From 5c01d4631d9d949c5544cab4a80caf4a3fe3ca32 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 27 Aug 2017 08:45:37 -0700 Subject: [PATCH] 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. --- src/ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index df6cd43084370..587639a0a2ffe 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