Skip to content

Commit d19f45e

Browse files
committed
Appveyor: Downgrade GCC to 5.4.0-1
1 parent 0e887ca commit d19f45e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ install:
2323
- bash -lc "easy_install-2.7 pip virtualenv"
2424
- bash -lc "mv /mingw64/bin/python2.exe /mingw64/bin/python2-mingw64.exe"
2525
- bash -lc "mv /mingw64/bin/python2.7.exe /mingw64/bin/python2.7-mingw64.exe"
26+
# Downgrade GCC to 5.4.0-1 - https://github.com/servo/servo/issues/12512
27+
- set GCC_URL=http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc
28+
- set GCC_EXT=5.4.0-1-any.pkg.tar.xz
29+
- 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"
2630

2731
# Uncomment these lines to expose RDP access information to the build machine in the build log.
2832
#init:

0 commit comments

Comments
 (0)