[commit: ghc] wip/nfs-locking: Build stage1 GHC only on appveyor to fit into the time limit. (4745578)

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


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

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

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

commit 4745578604163225043051c6963284c0a52affef
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Jan 9 20:14:31 2016 +0000

    Build stage1 GHC only on appveyor to fit into the time limit.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 16de309..99196db 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,4 +24,4 @@ install:
 
 build_script:
     - cd C:\msys64\home\ghc\shake-build
-    - echo "" | stack --no-terminal 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