From 53d6d9b9ce829e08c8c79cc5b822abcf009df6e8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 9 Oct 2017 12:43:55 -0700 Subject: Prepare the 1.21.0 stable release This prepares CI to produce the 1.21.0 stable release, turned out we didn't need many more changes other than this! --- 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 2a44011ceca..388a9c80d73 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -43,7 +43,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 -- cgit 1.4.1-3-g733a5