[commit: ghc] wip/nfs-locking: Use mingw64_shell.bat for running scripts. (75063f0)

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


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

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

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

commit 75063f04ab2d93494366e80cbc17d02094ac1703
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 16:47:17 2016 +0000

    Use mingw64_shell.bat for running scripts.
    
    See #110. [skip ci]


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

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

diff --git a/.appveyor.yml b/.appveyor.yml
index bb01556..1d4bb53 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,7 +3,7 @@ clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
 install:
     - cd
     - set MSYSTEM=MINGW64
-    - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
+    - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;C:\msys64;%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
@@ -14,7 +14,8 @@ install:
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\home\ghc
     - stack exec -- perl boot
-    - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
+    - mingw64_shell.bat "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
+    # - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
     - ghc   --version
     - stack --version
     - alex  --version



More information about the ghc-commits mailing list