From 1acdeb2d9f164283e226d2db4b16c711851404dc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 12 May 2016 13:47:49 +0000 Subject: [PATCH] Pin to old nightly --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3a822fbd75..f16d49c112f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ install: - sudo pip install awscli - aws configure set preview.cloudfront true - curl https://static.rust-lang.org/rustup.sh | - sh -s -- --prefix=$HOME/rust --add-target=$TARGET + sh -s -- --prefix=$HOME/rust --spec=nightly-2015-05-10 --with-target=$TARGET script: - mkdir target diff --git a/appveyor.yml b/appveyor.yml index 5e22f53ef6a..4f703077c86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ install: - 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 + - rustup default nightly-2016-05-10-x86_64-pc-windows-msvc # Install the target we're compiling for - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%