summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-11-20 11:24:03 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-11-20 11:24:03 -0800
commit328886ba2eaf0d3ac7e78ef3ba27eb296d0af3c0 (patch)
treebdea21a1c11a3c126e20e178866fc55af27a2999
parent18125d8aeaccefe40cd77ed87015fd7ee1a883cf (diff)
[stable] Prepare the 1.22.0 stable release1.22.0
-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 1d180f834f5..20b9d0e0630 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