[commit: ghc] wip/nfs-locking: Try fetching ghc-tarballs via stack exec. (ee94a7c)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:44:35 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/ee94a7ce968d9a5fe1674018af8d7a2f52e8bb12/ghc
>---------------------------------------------------------------
commit ee94a7ce968d9a5fe1674018af8d7a2f52e8bb12
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 7 23:23:10 2016 +0000
Try fetching ghc-tarballs via stack exec.
See #110. [skip ci]
>---------------------------------------------------------------
ee94a7ce968d9a5fe1674018af8d7a2f52e8bb12
.appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 7d5a0f8..79f3369 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,8 +11,8 @@ install:
- set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\
- git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
- bash -lc "mv /home/ghc/tmp/* /home/ghc"
- - bash -lc "mkdir -p /home/ghc/ghc-tarballs"
- - bash -lc "cd /home/ghc && ./mk/get-win32-tarballs.sh download x86_64"
+ - cd C:\msys64\home\ghc
+ - stack exec -- mk/get-win32-tarballs.sh download x86_64
build_script:
- bash -lc "cd /home/ghc && ./boot"
More information about the ghc-commits
mailing list