summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-09-23 21:14:15 +0000
committerbors <bors@rust-lang.org>2019-09-23 21:14:15 +0000
commit625451e376bb2e5283fc4741caa0a3e8a2ca4d54 (patch)
treeb6eb7a942fc5e1ef63de2ba99a560cc5b0b0f3fa
parent1c653259d85bdfacecbd070a3aeac3f876519dfa (diff)
parente67a2238a50874a00aa92ba29533088af65ab7d2 (diff)
Auto merge of #64709 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum1.38.0
[stable] 1.38.0 release No last minute backports for once!
-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 5608b684ead..a61e90b0af7 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"