-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Run test --stage 0 library/std
in CI
#95996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
P-high
High priority
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Comments
@rustbot claim |
cc @pietroalbini Any idea re this? :) |
@gimbles here's where the code for mingw check lives: rust/src/ci/docker/host-x86_64/mingw-check/Dockerfile Lines 34 to 44 in a8ede12
that job is also run on a full merge (bors r+) so it should be enough to only modify that. |
Awesome, thanks! |
Should be resolved by #99040 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
P-high
High priority
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
These tests were recently broken by #95449. It shouldn't be possible for these to be broken on master - nearly everyone who contributes to the standard library uses
--stage 0
, and this makes it very hard to verify changes.We should get these running in mingw-check or some other builder.
@rustbot label +P-high +A-testsuite +T-libs
Originally posted by @Mark-Simulacrum in #95993 (comment)
The text was updated successfully, but these errors were encountered: