about summary refs log tree commit diff
path: root/src/bootstrap/defaults
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-04-11 13:31:48 +1000
committerGitHub <noreply@github.com>2025-04-11 13:31:48 +1000
commitfb7f0e40295053b05fb6cec82974222c28b19c4d (patch)
treeb689d2240acf98822f189e294bb77b90ce065483 /src/bootstrap/defaults
parentd21393487425c391d37a450607cf55e5036085cb (diff)
parentb1053fdb76cca8b2006558207b3b1c939c3df333 (diff)
downloadrust-fb7f0e40295053b05fb6cec82974222c28b19c4d.tar.gz
rust-fb7f0e40295053b05fb6cec82974222c28b19c4d.zip
Rollup merge of #139574 - onur-ozkan:better-channel-handling, r=onur-ozkan
bootstrap: improve `channel` handling

Fixes https://github.com/rust-lang/rust/issues/139569

See [this comment](https://github.com/rust-lang/rust/pull/139574#discussion_r2034611993) for the explanation of this bug.
Diffstat (limited to 'src/bootstrap/defaults')
-rw-r--r--src/bootstrap/defaults/bootstrap.dist.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/defaults/bootstrap.dist.toml b/src/bootstrap/defaults/bootstrap.dist.toml
index f2cbe512b5e..f0cb34eb458 100644
--- a/src/bootstrap/defaults/bootstrap.dist.toml
+++ b/src/bootstrap/defaults/bootstrap.dist.toml
@@ -17,7 +17,7 @@ download-ci-llvm = false
 [rust]
 # We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
 # Make sure they don't get set when installing from source.
-channel = "nightly"
+channel = "auto-detect"
 # Never download a rustc, distributions must build a fresh compiler.
 download-rustc = false
 lld = true