-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Run x test --stage 1 in CI #99135
Copy link
Copy link
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Similar to #95996, we expect contributors to run this frequently, so it should be tested in CI.
@eddyb suggested using the defaults in
rust/src/bootstrap/defaults/config.compiler.toml
Line 1 in 7443cc2
download-ci-llvm) and others shouldn't affect tests but make the compiler slower (e.g.debug-logging = true). I do agree we should enable incremental for these tests, though.Not sure which builder to add these to - adding it to mingw-check would make it significantly slower, and I don't know which of the full builders has spare capacity. @pietroalbini do you have suggestions?
_Originally posted by @eddyb in #98660 (comment)