[commit: ghc] wip/nfs-locking: Attempt to fix Appveyor failure (b8dda5c)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:57:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/b8dda5c646545ea11c18c70a3f657871b870d1ec/ghc
>---------------------------------------------------------------
commit b8dda5c646545ea11c18c70a3f657871b870d1ec
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon May 2 12:28:32 2016 +0100
Attempt to fix Appveyor failure
>---------------------------------------------------------------
b8dda5c646545ea11c18c70a3f657871b870d1ec
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 7b2e53b..459cecd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -34,7 +34,7 @@ install:
- stack exec -- perl boot
- bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
- bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
- - echo "" | stack --no-terminal exec -- bash "configure --enable-tarballs-autodownload"
+ - echo "" | stack --no-terminal exec -- bash -lc "cd /home/ghc; configure --enable-tarballs-autodownload"
- bash -lc "cat /home/ghc/hadrian/cfg/system.config"
build_script:
More information about the ghc-commits
mailing list