From 0aad36b52a947734d919a39ee18d1a59a7b30a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Apr 2020 16:43:55 +0200 Subject: turris: force build (just try to build) --- templates/turris.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/turris.run b/templates/turris.run index b7822d2..f41504e 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -2,10 +2,10 @@ # vim: ft=sh . "$(dirname "$(readlink -f "$0")")/../job.common" ################################################### -compile_params="-j$(nproc)" +compile_params="-j$(nproc) -f" make="make -j$(($(nproc) * 2)) -l$(nproc) BUILD_LOG=1" if [ "$V" -ge 1 ]; then - compile_params=-j1 + compile_params="-j1 -f" make="make -j1 BUILD_LOG=1 V=99" fi ################################################### -- cgit v1.2.3