[commit: ghc] wip/nfs-locking: Fix terminal issue, build stage1 ghc only. (a64efa9)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:33:37 UTC 2017


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

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

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

commit a64efa96c9b19edcf801b675685619292a1f878f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Jan 9 02:53:36 2016 +0000

    Fix terminal issue, build stage1 ghc only.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 1ecaaef..99196db 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,4 +24,4 @@ install:
 
 build_script:
     - cd C:\msys64\home\ghc\shake-build
-    - stack exec -- build.bat -j --no-progress
+    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress inplace/bin/ghc-stage1.exe



More information about the ghc-commits mailing list