-
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
bootstrap: Output name of failed config in case of errors #41820
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Thanks for the PR! We’ll periodically check in on it to make sure that @brson or someone else from the team reviews it soon :) |
@bors: r+ Thanks @devurandom! |
📌 Commit cf05cd8 has been approved by |
bootstrap: Output name of failed config in case of errors
bootstrap: Output name of failed config in case of errors
⌛ Testing commit cf05cd8 with merge 87254bc... |
bootstrap: Output name of failed config in case of errors
💔 Test failed - status-travis |
@bors: retry
|
bootstrap: Output name of failed config in case of errors
bootstrap: Output name of failed config in case of errors
⌛ Testing commit cf05cd8 with merge a4ba3be... |
💔 Test failed - status-travis |
I find 3 errors in the log:
How would I get more information on where/why |
@bors rollup |
Use Cargo PV[minor]+1, as the tarball for Cargo 0.17 is broken: It contains a directory that is called "nightly" instead of the actual version number. Add patch to make bootstrap verbose rust-lang/rust#42186 Add patch to output config file location on failure rust-lang/rust#41820
No description provided.