From dac2a7a8919d3b3382d8e525622f42dc1494410d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Oct 2017 15:02:43 -0400 Subject: run only 1 job Seeing interrmittent build failures that may be related to stack's concurrency --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') 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 -- cgit v1.2.3