node: mark BROKEN (to test impact on buildbot timeouts)
authorHannu Nyman <[email protected]>
Wed, 5 Mar 2025 14:49:25 +0000 (16:49 +0200)
committerHannu Nyman <[email protected]>
Wed, 5 Mar 2025 14:49:25 +0000 (16:49 +0200)
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 <[email protected]>
lang/node/Makefile

index f403cceb1cba1d6a7ddf11f9190ca2659bd975ab..7b841012c95db97ada746250d833a2f5bc722765 100644 (file)
@@ -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)