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. --- files/alpine/abuild.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/alpine') diff --git a/files/alpine/abuild.conf b/files/alpine/abuild.conf index 8842e9d..7846d73 100644 --- a/files/alpine/abuild.conf +++ b/files/alpine/abuild.conf @@ -4,7 +4,7 @@ export CXXFLAGS="\$CFLAGS" export CPPFLAGS="\$CFLAGS" export LDFLAGS="-Wl,--as-needed" -export JOBS=8 +export JOBS=4 export MAKEFLAGS=-j\$JOBS USE_COLORS=1 -- cgit v1.2.3