From 10b2fcffe6c4979e70684be18487fe95a712f94e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 19 Mar 2022 11:46:08 +0800 Subject: [PATCH] build.sh: commit JOBS=1 for nightly This has already been the case in production for quite a while, so just formalizing this for nightly (already used for longer on lts) There are too frequent load collisions between heavy packages otherwise: unfortunately the non-parallel-builds section has no effect with curator2 --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 60cb5048..d2e29c1a 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -121,7 +121,7 @@ docker run $ARGS_PREBUILD $IMAGE /bin/bash -c 'GHCVER=$(sed -n "s/^ghc-version: case $SHORTNAME in lts) JOBS=1 ;; - nightly) JOBS=2 ;; + nightly) JOBS=1 ;; esac # Now do the actual build. We need to first set the owner of the home directory