-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustbuild: Fix dependencies of check-error-index #37651
Conversation
@bors: r+ p=1 (fixing flakiness on bors) |
(rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit 7441903 has been approved by |
⌛ Testing commit 7441903 with merge 4b6e1da... |
💔 Test failed - auto-mac-64-opt-rustbuild |
@bors: retry |
If it ran too soon there wasn't a `test` directory lying around but we'll need one!
7441903
to
860c6ab
Compare
@bors: r+ |
📌 Commit 860c6ab has been approved by |
⌛ Testing commit 860c6ab with merge f3a9e1a... |
@bors retry force clean |
⌛ Testing commit 860c6ab with merge 966c700... |
rustbuild: Fix dependencies of check-error-index This depends on the error index actually existing rather than just the tool to generate the error index.
This depends on the error index actually existing rather than just the tool to
generate the error index.