[commit: ghc] wip/nfs-locking: Clone ghc into ghc/tmp. (2fd5c6e)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:32:30 UTC 2017


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

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

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

commit 2fd5c6e03952155a73d39fbfe925606d8d99fbfe
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 01:58:26 2016 +0000

    Clone ghc into ghc/tmp.
    
    See #110. [skip ci]


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

2fd5c6e03952155a73d39fbfe925606d8d99fbfe
 .appveyor.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 136bee6..ef66eb7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,13 +4,14 @@ init:
     - cd
     - set MSYSTEM=MINGW64
     - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
+    - set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\;%APPVEYOR_BUILD_FOLDER%
     - curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
     - 7z x stack.zip stack.exe
     - bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
     - stack exec -- pacman -S --noconfirm gcc binutils p7zip git
     - echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
-    - set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\;%APPVEYOR_BUILD_FOLDER%
-    - git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc
+    - git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
+    - bash -lc "mv /home/ghc/tmp/* /home/ghc"
 
 install:
     - cd C:\msys64\home\ghc



More information about the ghc-commits mailing list