about summary refs log tree commit diff
path: root/src/bootstrap/defaults
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-04-09 09:54:45 +0300
committeronur-ozkan <work@onurozkan.dev>2025-04-09 21:52:00 +0300
commit9847c738930b329f70e34d97048a35cd795654b8 (patch)
tree301c6ef9acc9a9bdfd96ff97cecfd61fd33e4112 /src/bootstrap/defaults
parentda8321773a5c3306e1ff159cf0560c9f89f016b9 (diff)
downloadrust-9847c738930b329f70e34d97048a35cd795654b8.tar.gz
rust-9847c738930b329f70e34d97048a35cd795654b8.zip
set `rust.channel` to "auto-detect" for `dist` profile
Signed-off-by: onur-ozkan <work@onurozkan.dev>
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 7b381b416ca..6221e2e01e4 100644
--- a/src/bootstrap/defaults/bootstrap.dist.toml
+++ b/src/bootstrap/defaults/bootstrap.dist.toml
@@ -15,7 +15,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