diff options
| author | bors <bors@rust-lang.org> | 2017-10-09 20:02:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-10-09 20:02:56 +0000 |
| commit | 3b72af97e42989b2fe104d8edbaee123cdf7c58f (patch) | |
| tree | 7675b69a6cd8399746a3940f7b59eee4e366574a /src/ci | |
| parent | aa300118337c5ee3208bf0b8793c3c5b70bd602a (diff) | |
| parent | 53d6d9b9ce829e08c8c79cc5b822abcf009df6e8 (diff) | |
| download | rust-1.21.0.tar.gz rust-1.21.0.zip | |
Auto merge of #45154 - alexcrichton:stable-next, r=alexcrichton 1.21.0
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!
Diffstat (limited to 'src/ci')
| -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 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 |
