Skip to content

Commit 75b451b

Browse files
committed
remove channel default from dist profile
Signed-off-by: onur-ozkan <[email protected]>
1 parent da83217 commit 75b451b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bootstrap/defaults/bootstrap.dist.toml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ extended = true
1313
download-ci-llvm = false
1414

1515
[rust]
16-
# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
17-
# Make sure they don't get set when installing from source.
18-
channel = "nightly"
1916
# Never download a rustc, distributions must build a fresh compiler.
2017
download-rustc = false
2118
lld = true

0 commit comments

Comments
 (0)