[commit: ghc] wip/nfs-locking: Download ghc-tarballs manually. (79a0bf3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:30:16 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/79a0bf31e51d12dbc6209b4ea5c0492530667c4e/ghc
>---------------------------------------------------------------
commit 79a0bf31e51d12dbc6209b4ea5c0492530667c4e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 7 13:11:16 2016 +0000
Download ghc-tarballs manually.
See #110. [skip ci]
>---------------------------------------------------------------
79a0bf31e51d12dbc6209b4ea5c0492530667c4e
.appveyor.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index f74c459..6821abf 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,8 +11,9 @@ 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 "cd /home/ghc && ./mk/get-win32-tarballs.sh download x86_64"
build_script:
- bash -lc "cd /home/ghc && ./boot"
- - bash -lc "cd /home/ghc && echo \"\" | ./configure --enable-tarballs-autodownload"
+ - bash -lc "cd /home/ghc && echo \"\" | ./configure"
- bash -lc "cd /home/ghc && ./shake-build/build.bat -j --no-progress"
More information about the ghc-commits
mailing list