[commit: ghc] wip/nfs-locking: Bring bash configure back. (29ce56c)

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


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

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

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

commit 29ce56c97cc414b2a3e66e4b44dff829a8660a47
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 04:13:50 2016 +0000

    Bring bash configure back.
    
    See #110. [skip ci]


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

29ce56c97cc414b2a3e66e4b44dff829a8660a47
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index c9ec4fd..bb01556 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,7 +14,7 @@ install:
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\home\ghc
     - stack exec -- perl boot
-    - stack exec -- bash -lc "./configure --enable-tarballs-autodownload"
+    - 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