[commit: ghc] wip/nfs-locking: Run shake script outside bash. (a5763fa)

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


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

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

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

commit a5763fa0dca8a35fb15e5ef6c991c24e2bc04c28
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 20:52:02 2016 +0000

    Run shake script outside bash.
    
    See #110. [skip ci]


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

a5763fa0dca8a35fb15e5ef6c991c24e2bc04c28
 .appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 0e62796..b6b5ecb 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -23,5 +23,5 @@ install:
     - happy --version
 
 build_script:
-    - cd
-    - bash -lc "cd /home/ghc/shake-build; ./build.bat -j --no-progress"
+    - cd C:\msys64\home\ghc\shake-build
+    - ./build.bat -j --no-progress



More information about the ghc-commits mailing list