From d392e1f6e9fc83c66e00e72430df0e4210b5b635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Apr 2020 15:56:47 +0200 Subject: turris: just rename confusing parallel variable --- templates/turris.run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/turris.run b/templates/turris.run index 5608f06..b7822d2 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -2,10 +2,10 @@ # vim: ft=sh . "$(dirname "$(readlink -f "$0")")/../job.common" ################################################### -parallel="-j$(nproc)" +compile_params="-j$(nproc)" make="make -j$(($(nproc) * 2)) -l$(nproc) BUILD_LOG=1" if [ "$V" -ge 1 ]; then - parallel=-j1 + compile_params=-j1 make="make -j1 BUILD_LOG=1 V=99" fi ################################################### @@ -39,7 +39,7 @@ else CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" EOF - ../turris-build/compile_pkgs -t "$BOARD" -p "$ANIMAL" $parallel \ + ../turris-build/compile_pkgs -t "$BOARD" -p "$ANIMAL" $compile_params \ prepare_tools autopkg $make package/usign/host/compile ) -- cgit v1.2.3