Skip to content

Commit

Permalink
build.sh: bump jobs to 16 for the new build server
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Nov 21, 2023
1 parent 0f7996a commit 0ae350f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automated/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ fi
docker run $ARGS_PREBUILD $IMAGE /bin/bash -c 'GHCVER=$(sed -n "s/^ghc-version: \(.*\)/\1/p" constraints.yaml) && stack setup ghc-$GHCVER --verbosity=error && stack exec --resolver=ghc-$GHCVER curator check-snapshot && curator unpack'

case $SHORTNAME in
lts) JOBS=3 ;;
nightly) JOBS=3 ;;
lts) JOBS=16 ;;
nightly) JOBS=16 ;;
esac

if [ -e "$SHORTNAME-build.log" ]
Expand Down

0 comments on commit 0ae350f

Please sign in to comment.