We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.test-stage = 2
tools
1 parent 26d6ce7 commit b4a3b64Copy full SHA for b4a3b64
src/bootstrap/defaults/config.tools.toml
@@ -8,6 +8,8 @@ incremental = true
8
download-rustc = "if-unchanged"
9
10
[build]
11
+# cargo and clippy tests don't pass on stage 1
12
+test-stage = 2
13
# Document with the in-tree rustdoc by default, since `download-rustc` makes it quick to compile.
14
doc-stage = 2
15
# Contributors working on tools will probably expect compiler docs to be generated, so they can figure out how to use the API.
0 commit comments