[commit: ghc] master: appveyor: Don't install gcc (b37dc23)
git at git.haskell.org
git at git.haskell.org
Wed Jan 31 23:41:17 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b37dc232288f3d8ace44f7799ca7a258964bf7bf/ghc
>---------------------------------------------------------------
commit b37dc232288f3d8ace44f7799ca7a258964bf7bf
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jan 31 18:18:40 2018 -0500
appveyor: Don't install gcc
We use GHC's toolchain anyways.
>---------------------------------------------------------------
b37dc232288f3d8ace44f7799ca7a258964bf7bf
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 8ded95d..0af5304 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,7 @@ install:
- cmd: |
SET "PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"
bash -lc "pacman --noconfirm -Syuu"
- bash -lc "pacman --noconfirm -S --needed git tar bsdtar binutils autoconf make xz curl libtool automake python python2 p7zip patch mingw-w64-$(uname -m)-gcc mingw-w64-$(uname -m)-python3-sphinx mingw-w64-$(uname -m)-tools-git"
+ bash -lc "pacman --noconfirm -S --needed git tar bsdtar binutils autoconf make xz curl libtool automake python python2 p7zip patch mingw-w64-$(uname -m)-python3-sphinx mingw-w64-$(uname -m)-tools-git"
bash -lc "cd $APPVEYOR_BUILD_FOLDER; git config remote.origin.url git://github.com/ghc/ghc.git"
bash -lc "cd $APPVEYOR_BUILD_FOLDER; git config --global url.\"git://github.com/ghc/packages-\".insteadOf git://github.com/ghc/packages/"
bash -lc "cd $APPVEYOR_BUILD_FOLDER; git submodule init"
More information about the ghc-commits
mailing list