From 9830d3301f722b2b8badb8041eab93702258d1c8 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 12 May 2016 07:16:43 +0000 Subject: [PATCH] Temporarily d/l appveyor rustup from dev-static.rlo The builds on rustup.rs are broken. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4407d96d0f..5e22f53ef6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,8 @@ branches: install: # Install rust, x86_64-pc-windows-msvc host - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ + # FIXME: switch back to win.rustup.rs + - curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe - rustup-init.exe -y - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustup default nightly-x86_64-pc-windows-msvc