We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
channel = nightly
1 parent 3307274 commit 368f517Copy full SHA for 368f517
src/bootstrap/defaults/config.dist.toml
@@ -12,6 +12,9 @@ extended = true
12
[llvm]
13
download-ci-llvm = false
14
[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"
18
download-rustc = false
19
20
[dist]
0 commit comments