[commit: ghc] wip/nfs-locking: Build ghc-cabal only, add cache. (9dbd805)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:35:45 UTC 2017


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

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

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

commit 9dbd805af4dcc0f90f80b33a74cb1f0c1c49f861
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Jan 9 23:35:04 2016 +0000

    Build ghc-cabal only, add cache.
    
    See #110. [skip ci]


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

9dbd805af4dcc0f90f80b33a74cb1f0c1c49f861
 .appveyor.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 99196db..e7cf731 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,10 @@
 clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
+environment:
+  global:
+    STACK_ROOT: "c:\\sr"
+
+cache:
+    - c:\\sr
 
 install:
     - cd
@@ -24,4 +30,4 @@ install:
 
 build_script:
     - cd C:\msys64\home\ghc\shake-build
-    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress inplace/bin/ghc-stage1.exe
+    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress inplace/bin/ghc-cabal.exe



More information about the ghc-commits mailing list