diff options
-rw-r--r-- | bin/reproducible_lede_common.sh | 7 |
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 |