Skip to content

Commit

Permalink
[beta] Prepare the 1.17.0 beta release
Browse files Browse the repository at this point in the history
* Update stage0.txt to pending 1.16.0 release and current stable cargo rev from
  1.16.0
* Update the release channel on CI to beta
* Update the cargo submodule to master
  • Loading branch information
alexcrichton committed Mar 13, 2017
1 parent fd182c4 commit e20a0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
# either automatically or manually.
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=nightly"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then
Expand Down
4 changes: 2 additions & 2 deletions src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
# released on `$date`

rustc: beta-2017-02-01
cargo: 407edef22e894266eb562618cba5ca9757051946
rustc: 1.16.0-2017-03-11
cargo: 6b05583d71f982bcad049b9fa094c637c062e751

0 comments on commit e20a0c2

Please sign in to comment.