run only 1 job

Seeing interrmittent build failures that may be related to stack's
concurrency
This commit is contained in:
Joey Hess 2017-10-22 15:02:43 -04:00
parent 87c6f506e7
commit 008e991ff5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,7 +39,7 @@ export UPGRADE_LOCATION
# configure scripts for haskell libraries to link them with the cygwin
# libraries.
stack setup --stack-yaml standalone/windows/stack.yaml
stack build --stack-yaml standalone/windows/stack.yaml --no-haddock --dependencies-only
stack build -j 1 --stack-yaml standalone/windows/stack.yaml --no-haddock --dependencies-only
# Build git-annex
withcyg stack build --stack-yaml --no-haddock standalone/windows/stack.yaml