diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-06 23:23:07 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-06 23:26:25 +0100 |
commit | 6514a738e60f97d49546042df5bfa131ed85ddb2 (patch) | |
tree | 49274469f4aa6ac1f5a4e1598cedbac58b88b04e /files/alpine | |
parent | 1dfb56380c590d65e8cd313f75cc7cb28841bfc9 (diff) | |
download | laminar-cnf-6514a738e60f97d49546042df5bfa131ed85ddb2.tar.gz laminar-cnf-6514a738e60f97d49546042df5bfa131ed85ddb2.tar.bz2 laminar-cnf-6514a738e60f97d49546042df5bfa131ed85ddb2.zip |
Revert "Change to use only one runner and build 8 jobs in parallel"
This reverts commit f7ac077009bccd9257bc5e4b35631a261c1ece80.
Diffstat (limited to 'files/alpine')
-rw-r--r-- | files/alpine/abuild.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |