[commit: ghc] wip/nfs-locking: Drop heavy python dependency, change project folder. (907af3f)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:57:55 UTC 2017


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

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

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

commit 907af3f12f842ca7598854e5707d6398f48fd93e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jan 6 18:51:55 2016 +0000

    Drop heavy python dependency, change project folder.
    
    See #110. [skip ci]


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

907af3f12f842ca7598854e5707d6398f48fd93e
 .appveyor.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index f8ce40a..f9f938d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,9 @@
+clone_folder: "C:\msys64\home\ghc\shake-build"
+
 install:
     - set MSYSTEM=MINGW64
     - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
-    - bash -lc "pacman -S --noconfirm git binutils p7zip gcc mingw-w64-$(uname -m)-python3-sphinx"
+    - bash -lc "pacman -S --noconfirm git binutils p7zip gcc"
     - bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.1/ghc-7.10.1-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
     - bash -lc "mkdir /usr/local"
     - bash -lc "mkdir /usr/local/bin"



More information about the ghc-commits mailing list