From f2cea7da5998cb645909d76aacbeea3ac89bc291 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 16 Oct 2017 20:27:02 +0200 Subject: [PATCH] Throttle builds a little less and build with as many processes as we have processors Signed-off-by: Michael Tremer --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2017b95..71ff008 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ UPLOAD_DIR="${BASEDIR}/upload" UPLOAD_TO="pakfire@git.ipfire.org:/pub/nightly" RSYNC_ARGS="" -export MAKETUNING="-j2" +export MAKETUNING="-j$(getconf _NPROCESSORS_ONLN)" extract_installer_from_iso() { local dir="${1}" -- 2.47.3