[commit: ghc] wip/nfs-locking: Prepend to configure. (39c3486)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:29:40 UTC 2017


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

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

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

commit 39c34860df442efeb8e4c185d92549d828255191
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 7 10:12:13 2016 +0000

    Prepend  to configure.
    
    See #110. [skip ci]


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

39c34860df442efeb8e4c185d92549d828255191
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 8f2e278..a5763cc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,5 +14,5 @@ install:
 
 build_script:
     - bash -lc "cd /home/ghc && ./boot"
-    - bash -lc "cd /home/ghc && ./configure --enable-tarballs-autodownload"
+    - bash -lc "cd /home/ghc && echo "" | ./configure --enable-tarballs-autodownload"
     - bash -lc "cd /home/ghc && ./shake-build/build.bat -j --no-progress"



More information about the ghc-commits mailing list