From 6fbfdf0e46b60797baa8937b7fb4a19dcb10f86b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Jul 2015 10:33:56 +0200 Subject: reproducible openwrt: deal gracefully with some failing package build failures --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index a0426d39..cd6701ea 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -82,7 +82,7 @@ openwrt_build() { ionice -c 3 nice \ $MAKE -j $NUM_CPU target/install ionice -c 3 nice \ - $MAKE -j $NUM_CPU package/index + $MAKE -j $NUM_CPU package/index || true # don't let some packages fail the whole build } openwrt_cleanup() { -- cgit v1.2.3-54-g00ecf