Skip to content

Commit

Permalink
Pin builds to nightly-2016-08-10. rust-lang/rust#36023
Browse files Browse the repository at this point in the history
  • Loading branch information
brson authored and nodakai committed Apr 23, 2017
1 parent 49cf4ce commit 0459691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -90,7 +90,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 --spec=nightly --with-target=$TARGET
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-08-10 --with-target=$TARGET

script:
- mkdir target
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -24,7 +24,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-08-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%
Expand Down

0 comments on commit 0459691

Please sign in to comment.