[commit: ghc] wip/nfs-locking: Try to use get-win32-tarballs.sh. (4a625f8)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:45:23 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/4a625f8aa2358597281a6b2633fdb40f9f8c2707/ghc

>---------------------------------------------------------------

commit 4a625f8aa2358597281a6b2633fdb40f9f8c2707
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 17:03:55 2016 +0000

    Try to use get-win32-tarballs.sh.
    
    See #110. [skip ci]


>---------------------------------------------------------------

4a625f8aa2358597281a6b2633fdb40f9f8c2707
 .appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 1d4bb53..f0014e3 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
-    - mingw64_shell.bat "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
-    # - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
+    - bash -lc "cd /home/ghc; ./mk/get-win32-tarballs.sh download x86_64"
+    - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure"
     - ghc   --version
     - stack --version
     - alex  --version



More information about the ghc-commits mailing list