[commit: ghc] wip/nfs-locking: Add PATH to happy. (70fd668)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:57:48 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/70fd668dc76660a348e732f370f8cf816a08f0fa/ghc
>---------------------------------------------------------------
commit 70fd668dc76660a348e732f370f8cf816a08f0fa
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon May 2 13:33:45 2016 +0100
Add PATH to happy.
>---------------------------------------------------------------
70fd668dc76660a348e732f370f8cf816a08f0fa
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 459cecd..16a1277 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 -lc "cd /home/ghc; configure --enable-tarballs-autodownload"
+ - bash -lc "cd /home/ghc; exec 0</dev/null; export PATH=/c/Users/appveyor/AppData/Roaming/local/bin:$PATH; ./configure --enable-tarballs-autodownload"
- bash -lc "cat /home/ghc/hadrian/cfg/system.config"
build_script:
More information about the ghc-commits
mailing list