From 6514a738e60f97d49546042df5bfa131ed85ddb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 6 Mar 2019 23:23:07 +0100 Subject: Revert "Change to use only one runner and build 8 jobs in parallel" This reverts commit f7ac077009bccd9257bc5e4b35631a261c1ece80. --- scripts/turris-common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/turris-common.sh b/scripts/turris-common.sh index 8a4e4e6..fafcc82 100644 --- a/scripts/turris-common.sh +++ b/scripts/turris-common.sh @@ -1,5 +1,5 @@ -parallel=-j8 -make="make -j8 IS_TTY=1 BUILD_LOG=1" +parallel=-j4 +make="make -j4 IS_TTY=1 BUILD_LOG=1" if [ "$V" -ge 1 ]; then parallel=-j1 make="make -j1 IS_TTY=1 BUILD_LOG=1 V=99" -- cgit v1.2.3