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
Hannu Nyman 2025-03-05 16:49:25 +02:00
parent 3d5bc4c9ce
commit baba458d52
1 changed files with 1 additions and 1 deletions

View 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)