From e50947fa49e00bdf81d741bbd09ab2635fe753ee Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 5 Jun 2017 13:54:02 -0700 Subject: [PATCH] Prepare 1.18.0 stable release artifacts These'll upload to dev first and we'll promote them to stable later this week when we actually do the release. --- 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 b2aff8c7da571..745adfc4a5cf7 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -40,7 +40,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