From 4f5b0b4b0401a36ff00ad87291650aa099d69dc0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 17 Jun 2015 10:41:42 +0200 Subject: Revert "reproducible openwrt: rebuild openssl verbosely to understand build failure" because of https://dev.openwrt.org/changeset/46005/trunk This reverts commit dd5a8c9e46225e711aeb9426f082586ca0ec12bb. --- bin/reproducible_openwrt.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') 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() { -- cgit v1.2.3-54-g00ecf