servo: Merge #12573 - Appveyor: Downgrade GCC to 5.4.0-1 (from UK992:appveyor-fix); r=larsbergstrom

Fix building on Appveyor.

Source-Repo: https://github.com/servo/servo
Source-Revision: 7ca826c6eec21b7f8c8ad9377f04a4816d94eff3
This commit is contained in:
UK992 2016-07-24 09:18:37 -05:00
Родитель fb1f355f40
Коммит afc6ef2f87
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,10 @@ install:
- bash -lc "easy_install-2.7 pip virtualenv"
- bash -lc "mv /mingw64/bin/python2.exe /mingw64/bin/python2-mingw64.exe"
- bash -lc "mv /mingw64/bin/python2.7.exe /mingw64/bin/python2.7-mingw64.exe"
# Downgrade GCC to 5.4.0-1 - https://github.com/servo/servo/issues/12512
- set GCC_URL=http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc
- set GCC_EXT=5.4.0-1-any.pkg.tar.xz
- bash -lc "pacman -U --noconfirm $GCC_URL-$GCC_EXT $GCC_URL-ada-$GCC_EXT $GCC_URL-fortran-$GCC_EXT $GCC_URL-libgfortran-$GCC_EXT $GCC_URL-libs-$GCC_EXT $GCC_URL-objc-$GCC_EXT"
# Uncomment these lines to expose RDP access information to the build machine in the build log.
#init: