Skip to content

Commit

Permalink
Merge pull request #741 from brson/update-toolchain
Browse files Browse the repository at this point in the history
Update toolchain used to build rustup
  • Loading branch information
brson authored Nov 16, 2016
2 parents e3aa6ec + a9c7139 commit cff297e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -50,7 +50,7 @@ build: false

test_script:
- cargo build --release --target %TARGET% %FEATURES%
- cargo test --release -p rustup-dist --target %TARGET% %FEATURES%
- cargo test --release -p rustup-dist --target %TARGET%
- cargo test --release --target %TARGET% %FEATURES%
- ps: |
if($env:BUILD_MSI) {
Expand Down

0 comments on commit cff297e

Please sign in to comment.