-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Do x check
on various bootstrap tools in CI
#147473
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
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
r? @Kobzol |
a2034af
to
ebb52ff
Compare
This is useful for ensuring that changes to compiletest haven't broken rustdoc-gui-test.
ebb52ff
to
c7b4c83
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
c7b4c83
to
0be0a0a
Compare
Thanks! @bors r+ rollup |
Rollup merge of #147473 - Zalathar:check-bootstrap-tools, r=Kobzol Do `x check` on various bootstrap tools in CI These tools aren't included in a default `x check`, but checking them locally is still useful for maintainers working on the tools themselves: - bootstrap - bump-stage0 - compiletest - coverage-dump - linkchecker - run-make-support - rustdoc-gui-test This PR therefore explicitly checks them in one CI job, to ensure that check builds for them continue to work.
These tools aren't included in a default
x check
, but checking them locally is still useful for maintainers working on the tools themselves:This PR therefore explicitly checks them in one CI job, to ensure that check builds for them continue to work.