diff options
| author | bors <bors@rust-lang.org> | 2017-06-06 00:39:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-06-06 00:39:57 +0000 |
| commit | 03fc9d622e0ea26a3d37f5ab030737fcca6928b9 (patch) | |
| tree | fc98dc96e697e17f4796c7746a1e7806f3572533 /src/ci/run.sh | |
| parent | db91aaf7e91da1651d68e582c72da0c12acbf31c (diff) | |
| parent | e50947fa49e00bdf81d741bbd09ab2635fe753ee (diff) | |
| download | rust-1.18.0.tar.gz rust-1.18.0.zip | |
Auto merge of #42455 - alexcrichton:stable-next, r=alexcrichton 1.18.0
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.
Diffstat (limited to 'src/ci/run.sh')
| -rwxr-xr-x | src/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index b2aff8c7da5..745adfc4a5c 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 |
