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.
2 parents 3d5558a + 368f517 commit b3a7187Copy full SHA for b3a7187
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