Skip to content

Commit

Permalink
Merge pull request #651 from brson/stable-toolchain
Browse files Browse the repository at this point in the history
Switch builds to stable toolchain
  • Loading branch information
brson authored Aug 13, 2016
2 parents 563bef4 + db8ad4e commit 95f38e8
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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-2016-05-10 --with-target=$TARGET
sh -s -- --prefix=$HOME/rust --spec=nightly --with-target=$TARGET

script:
- mkdir target
Expand Down
100 changes: 100 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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:
- 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-2016-05-10-x86_64-pc-windows-msvc
- rustup default nightly-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 95f38e8

Please sign in to comment.