[commit: ghc] wip/nfs-locking: Create ghc-tarballs/mingw-w64/x86_64/ directory. (b3382b9)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:03:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/b3382b95c0fc6385df7c33a6e84fa62b207b75ab/ghc
>---------------------------------------------------------------
commit b3382b95c0fc6385df7c33a6e84fa62b207b75ab
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 8 17:12:33 2016 +0000
Create ghc-tarballs/mingw-w64/x86_64/ directory.
See #110. [skip ci]
>---------------------------------------------------------------
b3382b95c0fc6385df7c33a6e84fa62b207b75ab
.appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index f0014e3..1d3b7c5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,8 +14,8 @@ install:
- bash -lc "mv /home/ghc/tmp/* /home/ghc"
- cd C:\msys64\home\ghc
- stack exec -- perl boot
- - bash -lc "cd /home/ghc; ./mk/get-win32-tarballs.sh download x86_64"
- - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure"
+ - bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
+ - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
- ghc --version
- stack --version
- alex --version
More information about the ghc-commits
mailing list