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
This commit is contained in:
parent
833b3f06cd
commit
357a6e6709
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue