Skip to content

Commit cb2102b

Browse files
committed
Auto merge of #3395 - alexcrichton:fix-appveyor, r=alexcrichton
Pin to an older version of rustup temporarily cc #3394
2 parents a14ddf3 + aa96932 commit cb2102b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ install:
2626
- if defined MINGW_URL appveyor DownloadFile %MINGW_URL%/%MINGW_ARCHIVE%
2727
- if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
2828
- if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
29-
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
29+
30+
# FIXME(#3394) use master rustup
31+
- curl -sSfO https://static.rust-lang.org/rustup/archive/0.6.5/x86_64-pc-windows-msvc/rustup-init.exe
3032
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc
3133
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
3234
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%

0 commit comments

Comments
 (0)