diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-07-24 09:18:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-24 09:18:37 -0500 |
commit | 7ca826c6eec21b7f8c8ad9377f04a4816d94eff3 (patch) | |
tree | 2a8123e23e0725d2336f79e4ed5107b9a00dd454 | |
parent | 81a1e28da140743818651b7c77c7bfc3b8c54d85 (diff) | |
parent | d19f45e7a37746734cb10b9cc6ecf67b54f7732e (diff) | |
download | servo-7ca826c6eec21b7f8c8ad9377f04a4816d94eff3.tar.gz servo-7ca826c6eec21b7f8c8ad9377f04a4816d94eff3.zip |
Auto merge of #12573 - UK992:appveyor-fix, r=larsbergstrom
Appveyor: Downgrade GCC to 5.4.0-1
Fix building on Appveyor.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12573)
<!-- Reviewable:end -->
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3fd7b59c4e5..c597890742a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: |