summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-17 10:41:42 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-17 10:41:42 +0200
commit4f5b0b4b0401a36ff00ad87291650aa099d69dc0 (patch)
tree145a9d492a12990ac430793596d679d28193030b /bin/reproducible_openwrt.sh
parentdde88d3b028c01de80f025c6bdf2f7303f9226e8 (diff)
downloadjenkins.debian.net-4f5b0b4b0401a36ff00ad87291650aa099d69dc0.tar.xz
Revert "reproducible openwrt: rebuild openssl verbosely to understand build failure" because of https://dev.openwrt.org/changeset/46005/trunk
This reverts commit dd5a8c9e46225e711aeb9426f082586ca0ec12bb.
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index f874558d..4243de79 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -123,11 +123,6 @@ 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() {