Skip to content

Commit

Permalink
Auto merge of #45154 - alexcrichton:stable-next, r=alexcrichton
Browse files Browse the repository at this point in the history
Prepare the 1.21.0 stable release

This prepares CI to produce the 1.21.0 stable release, turned out we didn't need
many more changes other than this!
  • Loading branch information
bors committed Oct 9, 2017
2 parents aa30011 + 53d6d9b commit 3b72af9
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 @@ -43,7 +43,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 3b72af9

Please sign in to comment.