Skip to content

Commit a767bab

Browse files
committed
Auto merge of #193 - alexcrichton:update, r=alexcrichton
Update MinGW download location
2 parents 35dec6b + f06f7c7 commit a767bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ environment:
1414
# `rust_eh_unwind_resume` in the debug LTO builds that aren't optimized out,
1515
# so we skip that test for now. Would be great to not skip it!
1616
- TARGET: i686-pc-windows-gnu
17-
MINGW_URL: https://s3.amazonaws.com/rust-lang-ci
18-
MINGW_ARCHIVE: i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
17+
MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
18+
MINGW_ARCHIVE: i686-6.3.0-release-win32-dwarf-rt_v5-rev1.7z
1919
MINGW_DIR: mingw32
2020
DEBUG_LTO_BUILD_DOESNT_WORK: 1
2121
- TARGET: x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)