Skip to content

Commit ed27385

Browse files
committed
use rustup 1.2.0 in case incoming rustup changes mask test failures
1 parent 13131e7 commit ed27385

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ install:
2828
- if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
2929
- if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
3030

31-
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
31+
# FIXME(#3394) use master rustup
32+
# for the purposes of testing this PR, use rustup 1.2.0 because there is possibly a
33+
# change https://github.com/rust-lang-nursery/rustup.rs/pull/1093 about to land
34+
# nightly rustup that will also fix some of the failing windows tests.
35+
- curl -sSfO https://static.rust-lang.org/rustup/archive/1.2.0/x86_64-pc-windows-msvc/rustup-init.exe
3236
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-03-03
3337
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
3438
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%

0 commit comments

Comments
 (0)