diff options
| author | bors <bors@rust-lang.org> | 2018-05-07 17:29:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-05-07 17:29:43 +0000 |
| commit | a7756804103447ea4e68a71ccf071e7ad8f7a03e (patch) | |
| tree | f00cd578f43decaa074ae63be546518b754aa138 /src/ci/run.sh | |
| parent | 1ac15aca9db0fdbe5babb2c89c5d94f0265305b7 (diff) | |
| parent | adcf7dad3ea2fda6ff47c6a401a3ee0ee53c7cb5 (diff) | |
| download | rust-1.26.0.tar.gz rust-1.26.0.zip | |
Auto merge of #50510 - Mark-Simulacrum:stable, r=Mark-Simulacrum 1.26.0
Stable release 1.26.0
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 74db27a207b..f1f1c0b3a69 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. -export RUST_RELEASE_CHANNEL=beta +export RUST_RELEASE_CHANNEL=stable if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL" RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp" |
