diff options
author | Reiner Herrmann <reiner@reiner-h.de> | 2015-06-17 00:46:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-17 00:49:53 +0200 |
commit | dd5a8c9e46225e711aeb9426f082586ca0ec12bb (patch) | |
tree | d6b68bf4bf0d47f4d0827b76802f74d4e1611d23 /bin | |
parent | 604e50a24d4af9d0e206ed84dfacfa5b207c5f8f (diff) | |
download | jenkins.debian.net-dd5a8c9e46225e711aeb9426f082586ca0ec12bb.tar.xz |
reproducible openwrt: rebuild openssl verbosely to understand build failure
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_openwrt.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 4be2d93f..8ad43903 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() { |