diff options
| author | bors <bors@rust-lang.org> | 2020-12-29 03:01:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-12-29 03:01:36 +0000 |
| commit | e1884a8e3c3e813aada8254edfa120e85bf5ffca (patch) | |
| tree | e467249817cb0d88862afaf06bc947595632a06e /src/ci/run.sh | |
| parent | 72d5f13476d31c35a8cd0c828453522d55e41741 (diff) | |
| parent | 84b353a4b2ea1ed57143ff1b5508941fa95147d0 (diff) | |
| download | rust-1.49.0.tar.gz rust-1.49.0.zip | |
Auto merge of #80450 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.49.0
[stable] 1.49.0 stable release r? `@Mark-Simulacrum`
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 8681f84f6ab..3a22496bcc8 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -63,7 +63,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 |
