[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: rebuild openssl verbosely to understand build failure

Holger Levsen holger at moszumanska.debian.org
Tue Jun 16 22:50:32 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 dd5a8c9e46225e711aeb9426f082586ca0ec12bb
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Wed Jun 17 00:46:38 2015 +0200

    reproducible openwrt: rebuild openssl verbosely to understand build failure
---
 bin/reproducible_openwrt.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 4be2d93..8ad4390 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -123,6 +123,11 @@ openwrt_build() {
 		$MAKE -j $NUM_CPU target/install
 	ionice -c 3 nice \
 		$MAKE -j $NUM_CPU package/index
+
+	# temporary workaround. we see openssl _sometimes_ failing.
+	# build it explicitely again with verbose output
+	ionice -c 3 nice \
+		$MAKE package/openssl/{clean,compile} -j1 V=99
 }
 
 openwrt_cleanup() {

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