[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible/openwrt|lede: openwrt_build_toolchain: enable build_log

Holger Levsen holger at layer-acht.org
Tue Oct 18 13:00:28 UTC 2016


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 07d6e9a73cf87674dc74e9d133d3a98d978830e3
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Oct 18 14:58:13 2016 +0200

    reproducible/openwrt|lede: openwrt_build_toolchain: enable build_log
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index dc17fa0..1e301d2 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -205,8 +205,10 @@ openwrt_build_toolchain() {
 	echo "$(date -u) - Building the toolchain."
 	echo "============================================================================="
 
-	ionice -c 3 make -j $NUM_CPU tools/install
-	ionice -c 3 make -j $NUM_CPU toolchain/install
+	OPTIONS="-j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1"
+
+	ionice -c 3 make $OPTIONS tools/install
+	ionice -c 3 make $OPTIONS toolchain/install
 }
 
 # TYPE - openwrt or lede

-- 
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