[commit: ghc] wip/nfs-locking: Create ghc-tarballs/perl folder. (eab9a54)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:03:21 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/eab9a54f888dba48e8975bca1140c5f6dbdef3e2/ghc
>---------------------------------------------------------------
commit eab9a54f888dba48e8975bca1140c5f6dbdef3e2
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 8 18:32:47 2016 +0000
Create ghc-tarballs/perl folder.
See #110. [skip ci]
>---------------------------------------------------------------
eab9a54f888dba48e8975bca1140c5f6dbdef3e2
.appveyor.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.appveyor.yml b/.appveyor.yml
index 1d3b7c5..7c724b8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,6 +15,7 @@ install:
- cd C:\msys64\home\ghc
- 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/"
- bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
- ghc --version
- stack --version
More information about the ghc-commits
mailing list