Skip to content

Commit 9847c73

Browse files
committed
set rust.channel to "auto-detect" for dist profile
Signed-off-by: onur-ozkan <[email protected]>
1 parent da83217 commit 9847c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/defaults/bootstrap.dist.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ download-ci-llvm = false
1515
[rust]
1616
# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
1717
# Make sure they don't get set when installing from source.
18-
channel = "nightly"
18+
channel = "auto-detect"
1919
# Never download a rustc, distributions must build a fresh compiler.
2020
download-rustc = false
2121
lld = true

0 commit comments

Comments
 (0)