diff options
| author | bors <bors@rust-lang.org> | 2020-07-13 16:24:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-07-13 16:24:39 +0000 |
| commit | 5c1f21c3b82297671ad3ae1e8c942d2ca92e84f2 (patch) | |
| tree | 3878fd56ed4fd7813b1ef5af1b0264eedee0553c /src/ci/run.sh | |
| parent | e99e6422a2f799fc86a3171190837ba191a169a4 (diff) | |
| parent | ab887cfca2fc203c327e8129655b9a0ffc7bc3da (diff) | |
| download | rust-1.45.0.tar.gz rust-1.45.0.zip | |
Auto merge of #74297 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.45.0
[stable] 1.45 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 ff737ea869f..f888624596c 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -51,7 +51,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 |
