[Qa-jenkins-scm] [jenkins.debian.net] 01/03: openwrt: build tools + toolchain parallel

Holger Levsen holger at moszumanska.debian.org
Thu Dec 10 14:22:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 6ea9e55d0c14a8434670b83c328b5471012b4b81
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Dec 10 14:49:20 2015 +0100

    openwrt: build tools + toolchain parallel
---
 bin/reproducible_openwrt.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index e9870a1..5b1fb26 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -68,11 +68,9 @@ openwrt_build_toolchain() {
 	echo "============================================================================="
 
 	ionice -c 3 nice \
-		make -j 1 V=s tools/install
-		#make -j $NUM_CPU tools/install
+		make -j $NUM_CPU tools/install
 	ionice -c 3 nice \
-		make -j 1 V=s toolchain/install
-		#make -j $NUM_CPU toolchain/install
+		make -j $NUM_CPU toolchain/install
 }
 
 openwrt_build() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list