set rust.channel to "auto-detect" for dist profile
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
da8321773a
commit
9847c73893
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue