summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-21 16:43:55 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-21 16:43:55 +0200
commit0aad36b52a947734d919a39ee18d1a59a7b30a6a (patch)
tree341a3f7678c194ede199aa2301bcf327d78a617d /templates
parentd392e1f6e9fc83c66e00e72430df0e4210b5b635 (diff)
downloadlaminar-cnf-0aad36b52a947734d919a39ee18d1a59a7b30a6a.tar.gz
laminar-cnf-0aad36b52a947734d919a39ee18d1a59a7b30a6a.tar.bz2
laminar-cnf-0aad36b52a947734d919a39ee18d1a59a7b30a6a.zip
turris: force build (just try to build)
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/turris.run4
1 files 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
###################################################