diff options
| author | bors <bors@rust-lang.org> | 2020-04-20 22:16:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-20 22:16:25 +0000 |
| commit | 4fb7144ed159f94491249e86d5bbd033b5d60550 (patch) | |
| tree | 8008911848eec1c6f2fa65c7a0488ac1b0c43975 /src/ci | |
| parent | 062dea09427d970e0fa77aa148ce9005c9fa7e7b (diff) | |
| parent | a00194ec00062efde783730efd4dfe59161a7651 (diff) | |
| download | rust-1.43.0.tar.gz rust-1.43.0.zip | |
Auto merge of #71365 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.43.0
[stable] 1.43.0 release Includes a last minute backport of https://github.com/rust-lang/rust/pull/71267.
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 29c11cceb15..67f51d0e866 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. -export RUST_RELEASE_CHANNEL=beta +export RUST_RELEASE_CHANNEL=stable # Always set the release channel for bootstrap; this is normally not important (i.e., only dist # builds would seem to matter) but in practice bootstrap wants to know whether we're targeting |
