File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ install:
28
28
- if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
29
29
- if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
30
30
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
32
36
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-03-03
33
37
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
34
38
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
You can’t perform that action at this time.
0 commit comments