summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-02-12 18:47:03 +0000
committerbors <bors@rust-lang.org>2018-02-12 18:47:03 +0000
commit4d90ac38c0b61bb69470b61ea2cccea0df48d9e5 (patch)
treecb6cfa3b351c48854ee4bde2e6b7b3bdb3eaaab7
parented2c0f08442915c628fc855e6a784c5979a4dc83 (diff)
parent64144311d64225baa4a85b18e18445a44277bd11 (diff)
Auto merge of #48161 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum1.24.0
Prepare stable release for 1.24.0 Cargo submodule appears to already be at tip and RLS has no branch to sync to (or 1.23.0 branch).
-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 fadb5b12a63..b314d5f81aa 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -42,7 +42,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"