summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-11-04 15:43:19 +0000
committerbors <bors@rust-lang.org>2019-11-04 15:43:19 +0000
commit4560ea788cb760f0a34127156c78e2552949f734 (patch)
treeee83e2e6ee99d68057e130ba1f3ba54b10b4a16f
parent5242afe811c2648baf158eee28143c9facc350ee (diff)
parent4810c2515e4e08b9d69247c9d51ce2a8c0057e51 (diff)
Auto merge of #66089 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum1.39.0
[stable] 1.39.0 release
-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 8f0b4b59264..c3f8e4c2704 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -45,7 +45,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" = "1" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"