Skip to content

Commit

Permalink
Update toolchain used to build rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 12, 2016
1 parent 710836f commit 4a4f129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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-2016-08-10 --with-target=$TARGET
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-11-06 --with-target=$TARGET

script:
- mkdir target
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
# Install rust, x86_64-pc-windows-msvc host
# 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 --default-toolchain=nightly-2016-08-10-x86_64-pc-windows-msvc
- rustup-init.exe -y --default-toolchain=nightly-2016-11-06-x86_64-pc-windows-msvc
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin

# Install the target we're compiling for
Expand Down

0 comments on commit 4a4f129

Please sign in to comment.