diff options
| author | onur-ozkan <work@onurozkan.dev> | 2025-02-19 19:16:49 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2025-02-19 19:16:49 +0300 |
| commit | b4a3b6484d4a6ca4d5b4561aa0113a8e2ab27695 (patch) | |
| tree | 0ca2a28c56da1455b099800075523658149a2f22 | |
| parent | 26d6ce76a7b38059146a277d15c007b0eeab834e (diff) | |
| download | rust-b4a3b6484d4a6ca4d5b4561aa0113a8e2ab27695.tar.gz rust-b4a3b6484d4a6ca4d5b4561aa0113a8e2ab27695.zip | |
set `build.test-stage = 2` for `tools` profile
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -rw-r--r-- | src/bootstrap/defaults/config.tools.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/defaults/config.tools.toml b/src/bootstrap/defaults/config.tools.toml index 64097320cab..57c2706f60a 100644 --- a/src/bootstrap/defaults/config.tools.toml +++ b/src/bootstrap/defaults/config.tools.toml @@ -8,6 +8,8 @@ incremental = true download-rustc = "if-unchanged" [build] +# cargo and clippy tests don't pass on stage 1 +test-stage = 2 # Document with the in-tree rustdoc by default, since `download-rustc` makes it quick to compile. doc-stage = 2 # Contributors working on tools will probably expect compiler docs to be generated, so they can figure out how to use the API. |
