[commit: ghc] wip/nfs-locking: Run configure via stack exec. (d842e0f)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:57:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/d842e0f8e336d17a017c94c1d70d9d66a58a3a22/ghc
>---------------------------------------------------------------
commit d842e0f8e336d17a017c94c1d70d9d66a58a3a22
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon May 2 04:10:18 2016 +0100
Run configure via stack exec.
>---------------------------------------------------------------
d842e0f8e336d17a017c94c1d70d9d66a58a3a22
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 76ccbe1..7b2e53b 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/"
- - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
+ - echo "" | stack --no-terminal exec -- bash "configure --enable-tarballs-autodownload"
- bash -lc "cat /home/ghc/hadrian/cfg/system.config"
build_script:
More information about the ghc-commits
mailing list