summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-10-09 20:02:56 +0000
committerbors <bors@rust-lang.org>2017-10-09 20:02:56 +0000
commit3b72af97e42989b2fe104d8edbaee123cdf7c58f (patch)
tree7675b69a6cd8399746a3940f7b59eee4e366574a
parentaa300118337c5ee3208bf0b8793c3c5b70bd602a (diff)
parent53d6d9b9ce829e08c8c79cc5b822abcf009df6e8 (diff)
Auto merge of #45154 - alexcrichton:stable-next, r=alexcrichton1.21.0
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!
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 2a44011ceca..388a9c80d73 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -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