lang/node-* : Disable parallel builds for node packages

Disable parallel builds for node downstream packages, as the
buildbot is showing frequent timeout problems
for aarch644, arm, i386 and x86, and node & node packages
are the primary suspect.

Based on discussion in
https://github.com/openwrt/packages/issues/26078

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2025-03-03 17:15:11 +02:00
parent d798ccce9a
commit 7ce67fb7dc
8 changed files with 9 additions and 3 deletions

View File

@@ -14,10 +14,10 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=9bc89b04c78277130bc6f699563871d211f6fc85803c874f6114a632d9456f7b
PKG_BUILD_DEPENDS:=node/host
HOST_BUILD_PARALLEL:=1
HOST_BUILD_PARALLEL:=0
HOST_BUILD_DEPENDS:=node/host
PKG_BUILD_PARALLEL:=1
PKG_BUILD_PARALLEL:=0
PKG_BUILD_FLAGS:=no-mips16
PKG_MAINTAINER:=Zbynek Kocur <zbynek.kocur@fel.cvut.cz>