summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-11-27 01:37:51 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-24 11:25:42 +0100
commit037e8946c17a859dabdd18e889850613c233058c (patch)
treee75e7a96872390b2a6f9366d55fb0a832f954292 /bin/reproducible_lede_common.sh
parent3f52060af26b19a27aafa8f6aee3f8919d30376c (diff)
downloadjenkins.debian.net-037e8946c17a859dabdd18e889850613c233058c.tar.xz
reproducible_lede_common: simplify openwrt_compile()
we dont need to ignore certains failures because of IGNORE_ERROS=ym Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede_common.sh')
-rw-r--r--bin/reproducible_lede_common.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 3be3efcf..0f0af0f8 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -229,12 +229,7 @@ openwrt_compile() {
echo "============================================================================="
echo "$(date -u) - Building $TYPE ${OPENWRT_VERSION} ($TARGET) - $RUN build run."
echo "============================================================================="
- ionice -c 3 $MAKE $OPTIONS target/compile
- ionice -c 3 $MAKE $OPTIONS package/cleanup
- ionice -c 3 $MAKE $OPTIONS package/compile || true # don't let some packages fail the whole build
- ionice -c 3 $MAKE $OPTIONS package/install
- ionice -c 3 $MAKE $OPTIONS target/install V=s || true
- ionice -c 3 $MAKE $OPTIONS package/index || true # don't let some packages fail the whole build
+ ionice -c 3 $MAKE $OPTIONS
}
# called by openwrt_two_times