[commit: ghc] wip/nfs-locking: Fix shake script path. (192fd13)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:03:26 UTC 2017


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

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

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

commit 192fd13c7e9a8e71940513a78816f701b89ea87a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 19:21:00 2016 +0000

    Fix shake script path.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 7c724b8..ef571b3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,4 +24,4 @@ install:
 
 build_script:
     - cd
-    - bash -lc "./shake-build/build.bat -j --no-progress"
+    - bash -lc "cd /home/ghc; ./shake-build/build.bat -j --no-progress"



More information about the ghc-commits mailing list