mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
node: mark BROKEN (to test impact on buildbot timeouts)
Mark node BROKEN to disable its build in buildbot in order to test the impact on preventing frequent buildbot hangups. It is suspected that node causes frequent build timeouts/hangups on aarch/arm/i386/x86 builds: approx 1/3 of builds get timeouted. Disable node for now to test the hypothesis. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -40,7 +40,7 @@ define Package/node
|
||||
SUBMENU:=Node.js
|
||||
TITLE:=Node.js is a platform built on Chrome's JavaScript runtime
|
||||
URL:=https://nodejs.org/
|
||||
DEPENDS:=@HAS_FPU @(i386||x86_64||arm||aarch64) \
|
||||
DEPENDS:=@HAS_FPU @(i386||x86_64||arm||aarch64) @BROKEN \
|
||||
+libstdcpp +libopenssl +zlib +libnghttp2 \
|
||||
+libcares +libatomic +NODEJS_ICU_SYSTEM:icu +NODEJS_ICU_SYSTEM:icu-full-data
|
||||
ABI_VERSION:=$(NODE_MODULE_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user