[commit: ghc] wip/nfs-locking: Try bash within stack to run configure. (01b7eed)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:45:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/01b7eed7be12304e71952ce3345b8244f1c6bd8e/ghc
>---------------------------------------------------------------
commit 01b7eed7be12304e71952ce3345b8244f1c6bd8e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 8 03:49:14 2016 +0000
Try bash within stack to run configure.
See #110. [skip ci]
>---------------------------------------------------------------
01b7eed7be12304e71952ce3345b8244f1c6bd8e
.appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 82cdce4..c9ec4fd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,7 +14,7 @@ install:
- bash -lc "mv /home/ghc/tmp/* /home/ghc"
- cd C:\msys64\home\ghc
- stack exec -- perl boot
- - stack exec -- ./configure --enable-tarballs-autodownload
+ - stack exec -- bash -lc "./configure --enable-tarballs-autodownload"
- ghc --version
- stack --version
- alex --version
More information about the ghc-commits
mailing list