mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user