Skip to content

Commit b4a3b64

Browse files
committed
set build.test-stage = 2 for tools profile
Signed-off-by: onur-ozkan <[email protected]>
1 parent 26d6ce7 commit b4a3b64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/bootstrap/defaults/config.tools.toml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ incremental = true
88
download-rustc = "if-unchanged"
99

1010
[build]
11+
# cargo and clippy tests don't pass on stage 1
12+
test-stage = 2
1113
# Document with the in-tree rustdoc by default, since `download-rustc` makes it quick to compile.
1214
doc-stage = 2
1315
# 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

Comments
 (0)