[commit: ghc] wip/nfs-locking: Attempt to run Stage2 GHC without Stack (868ffae)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:06:02 UTC 2017


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

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

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

commit 868ffae9e2af3e603dc6675b6e6c5a58e4396430
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jul 15 00:03:27 2016 +0100

    Attempt to run Stage2 GHC without Stack


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

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

diff --git a/appveyor.yml b/appveyor.yml
index 4f55e5a..4392abe 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,4 +38,4 @@ build_script:
     - cd C:\msys64\home\ghc\hadrian
     - echo "" | stack --no-terminal exec -- build.bat selftest
     - echo "" | stack --no-terminal exec -- build.bat -j --verbose --no-progress --progress-colour=never --profile=- --flavour=quickest
-    - stack exec -- C:\msys64\home\ghc\inplace\bin\ghc-stage2.exe -e 1+2
+    - C:\msys64\home\ghc\inplace\bin\ghc-stage2.exe -e 1+2



More information about the ghc-commits mailing list