summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-03-25 14:24:15 +0000
committerbors <bors@rust-lang.org>2018-03-25 14:24:15 +0000
commit84203cac67e65ca8640b8392348411098c856985 (patch)
treeaeb5c15888032e0e9d10b20ac0bb1e726f7fc35d
parentda81b8884fbc6d914967bcf7eebec3eded340de6 (diff)
parent82064f462e1a7805c4eafef9fb8b9d31a1ebdfff (diff)
Auto merge of #49340 - alexcrichton:stable-next, r=alexcrichton1.25.0
[stable]: Prepare the 1.25.0 stable 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 e6fdb0a7638..0ba18a45950 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"