mirror of https://github.com/openwrt/packages.git
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>pull/26101/head
parent
3d5bc4c9ce
commit
baba458d52
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue