summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-08-27 18:23:51 +0000
committerbors <bors@rust-lang.org>2017-08-27 18:23:51 +0000
commitf3d6973f41a7d1fb83029c9c0ceaf0f5d4fd7208 (patch)
tree1acdbe23209562771766291f2f77055cfd9cc1d1
parentdcf532bcd74ded9e4b74b9f6f004cb3d54d97dae (diff)
parent5c01d4631d9d949c5544cab4a80caf4a3fe3ca32 (diff)
downloadrust-1.20.0.tar.gz
rust-1.20.0.zip
Auto merge of #44115 - alexcrichton:stable-next, r=alexcrichton 1.20.0
Prepare the 1.20.0 stable release

This prepares the tree for the 1.20.0 stable release. The `cargo` submodule is
already updated to the tip of rust-1.20.0 so this just updates the channel we're
built in.
-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 df6cd430843..587639a0a2f 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -44,7 +44,7 @@ fi
 # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
 #        either automatically or manually.
 if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
-  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
+  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
 
   if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then