diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-01-31 18:18:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-31 18:41:04 -0500 |
commit | b37dc232288f3d8ace44f7799ca7a258964bf7bf (patch) | |
tree | f484212a7d7854a7e6b89802091f1e51d4b19d01 /appveyor.yml | |
parent | 370b1672dc73d58895af6ed7cb5ffe7477d9673a (diff) | |
download | haskell-b37dc232288f3d8ace44f7799ca7a258964bf7bf.tar.gz |
appveyor: Don't install gcc
We use GHC's toolchain anyways.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8ded95daa8..0af5304200 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" |