forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 openwrt#26078 Signed-off-by: Hannu Nyman <[email protected]>
- Loading branch information
Showing
8 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters