Skip to content

Commit 368f517

Browse files
committed
Set channel = nightly in dist profile
1 parent 3307274 commit 368f517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/defaults/config.dist.toml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ extended = true
1212
[llvm]
1313
download-ci-llvm = false
1414
[rust]
15+
# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
16+
# Make sure they don't get set when installing from source.
17+
channel = "nightly"
1518
download-rustc = false
1619

1720
[dist]

0 commit comments

Comments
 (0)