Skip to content

Commit

Permalink
Prepare the 1.20.0 stable release
Browse files Browse the repository at this point in the history
This prepares the tree for the 1.20.0 stable release. The `cargo` submodule is
already updated to the tip of rust-1.20.0 so this just updates the channel we're
built in.
  • Loading branch information
alexcrichton committed Aug 27, 2017
1 parent dcf532b commit 5c01d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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=beta"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then
Expand Down

0 comments on commit 5c01d46

Please sign in to comment.