Skip to content

Commit

Permalink
lang/node-* : Disable parallel builds for node packages
Browse files Browse the repository at this point in the history
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
openwrt#26078

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman committed Mar 3, 2025
1 parent d798ccc commit 7ce67fb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions lang/node-arduino-firmata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PKG_HASH:=d7157e02867eae82887cb5e17b90c963fe7489bacd464110bfd20c672b8d5a98

PKG_BUILD_DEPENDS:=node/host
PKG_BUILD_FLAGS:=no-mips16
PKG_BUILD_PARALLEL:=0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
1 change: 1 addition & 0 deletions lang/node-cylon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_SRC_NAME)-$(PKG_VERSION)

PKG_BUILD_DEPENDS:=node/host
PKG_BUILD_FLAGS:=no-mips16
PKG_BUILD_PARALLEL:=0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down
1 change: 1 addition & 0 deletions lang/node-hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PKG_HASH:=6c1f05935215feed4e8d2f4aecf31abbad8fa783d252b0bd6041ed2f2e96e9ba

PKG_BUILD_DEPENDS:=node/host
PKG_BUILD_FLAGS:=no-mips16
PKG_BUILD_PARALLEL:=0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT or X11
Expand Down
1 change: 1 addition & 0 deletions lang/node-homebridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PKG_HASH:=f91ab0058707a0498d97d87f45f19682065f80660fac942e0985caf9bb205f2a

PKG_BUILD_DEPENDS:=node/host
PKG_BUILD_FLAGS:=no-mips16
PKG_BUILD_PARALLEL:=0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=ISC Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions lang/node-javascript-obfuscator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions lang/node-serialport-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PKG_HASH:=aec200860bd175e4b14b4ab1aa56a5f750172b6c8e20ccb234846206395848d4

PKG_BUILD_DEPENDS:=node/host
PKG_BUILD_FLAGS:=no-mips16
PKG_BUILD_PARALLEL:=0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
1 change: 1 addition & 0 deletions lang/node-serialport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PKG_HASH:=e19fe993ad16ae0e03fc42e24cfe4babf8fd90f8358e1885d5e216277dda1086

PKG_BUILD_DEPENDS:=node/host
PKG_BUILD_FLAGS:=no-mips16
PKG_BUILD_PARALLEL:=0

PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion lang/node-yarn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=LICENSE

PKG_HOST_ONLY:=1
HOST_BUILD_DEPENDS:=node/host
HOST_BUILD_PARALLEL:=1
HOST_BUILD_PARALLEL:=0

include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit 7ce67fb

Please sign in to comment.