From 23b2e3e78d18f2a9e8edf429a7a82c50d21933dd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 14:49:35 -0400 Subject: work around stack-work directory path bug fatal: Invalid path '/cygdrive/c/jenkins/workspace/git-annex-master/git-annex/.stack-work/downloaded/C:\jenkins\workspace\git-annex-master\git-annex\.stack-work\downloaded\56E6vnUQljVi': No such file or directory --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 5240e6be3..397cc86c3 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -60,7 +60,7 @@ getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa # configure scripts for haskell libraries to link them with the cygwin # libraries. stack setup --stack-yaml stack-windows.yaml -stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock --dependencies-only +stack build -j 1 --stack-yaml stack-windows.yaml --work-dir .stack-work --no-haddock --dependencies-only # Build git-annex withcyg stack build --stack-yaml stack-windows.yaml -- cgit v1.2.3