[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: temporarily add "V=s" to the toolchain makes

Holger Levsen holger at moszumanska.debian.org
Fri Jul 17 23:32:35 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 3449717e4ceb0e85559a4de09de3211be8ea7dbd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jul 18 01:31:59 2015 +0200

    reproducible openwrt: temporarily add "V=s" to the toolchain makes
---
 bin/reproducible_openwrt.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index f74f74b..b51f3cc 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -57,9 +57,11 @@ openwrt_build_toolchain() {
 	echo "============================================================================="
 
 	ionice -c 3 nice \
-		make -j $NUM_CPU tools/install
+		make -j 1 V=s tools/install
+		#make -j $NUM_CPU tools/install
 	ionice -c 3 nice \
-		make -j $NUM_CPU toolchain/install
+		make -j 1 V=s 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