summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 15:02:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 15:02:43 -0400
commitdac2a7a8919d3b3382d8e525622f42dc1494410d (patch)
treedfcba96519dd28cc2255b028a30b7eb86b15812c
parentd4ebe5c270d99b5300bee3e778c9dcfa4bc60f2c (diff)
run only 1 job
Seeing interrmittent build failures that may be related to stack's concurrency
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index b285de629..8233527b7 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -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