mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 00:50:24 +01:00
build.sh: formally change to JOBS=3
This change was originally done locally in the build-server by Adam Bergmark and seems to be work okay for some time now
This commit is contained in:
parent
5c3b1e8d00
commit
fb338c496e
@ -120,8 +120,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'
|
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
|
case $SHORTNAME in
|
||||||
lts) JOBS=1 ;;
|
lts) JOBS=3 ;;
|
||||||
nightly) JOBS=1 ;;
|
nightly) JOBS=3 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -e "$SHORTNAME-build.log" ]
|
if [ -e "$SHORTNAME-build.log" ]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user