From f7ac077009bccd9257bc5e4b35631a261c1ece80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 5 Mar 2019 23:02:49 +0100 Subject: Change to use only one runner and build 8 jobs in parallel --- scripts/turris-common.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/turris-common.sh (limited to 'scripts/turris-common.sh') diff --git a/scripts/turris-common.sh b/scripts/turris-common.sh new file mode 100644 index 0000000..8a4e4e6 --- /dev/null +++ b/scripts/turris-common.sh @@ -0,0 +1,6 @@ +parallel=-j8 +make="make -j8 IS_TTY=1 BUILD_LOG=1" +if [ "$V" -ge 1 ]; then + parallel=-j1 + make="make -j1 IS_TTY=1 BUILD_LOG=1 V=99" +fi -- cgit v1.2.3