summary refs log tree commit diff
path: root/src/ci/run.sh
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-16 09:28:35 +0000
committerbors <bors@rust-lang.org>2019-01-16 09:28:35 +0000
commit9fda7c2237db910e41d6a712e9a2139b352e558b (patch)
tree7b75a7ecacdebe3f566bf66e07d3633ca64ce4b0 /src/ci/run.sh
parent31d631f84cc0cdb5f0dc9f1c430aeb511c47483d (diff)
parent05fe2fc3941ce5fa584204239f090fe51d4b4598 (diff)
downloadrust-1.32.0.tar.gz
rust-1.32.0.zip
Auto merge of #57600 - rust-lang:stable-next, r=alexcrichton 1.32.0
Rust 1.32.0 stable release

Also cherry-picked the following beta-accepted PRs:

* #57519: Correct RELEASES.md for 1.32.0

r? @Mark-Simulacrum
cc @rust-lang/release
Diffstat (limited to 'src/ci/run.sh')
-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 2de80456cd3..31fd0a2599e 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -52,7 +52,7 @@ fi
 #
 # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
 #        either automatically or manually.
-export RUST_RELEASE_CHANNEL=beta
+export RUST_RELEASE_CHANNEL=stable
 if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"