-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Fix build of the build-manifest
tool
#56703
Conversation
Accidentally broken in rust-lang#56258!
(rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit 98a3867 has been approved by |
Ah let's also @bors p=1 this |
This builder is not really the correct place to put this, but it definitely has the time budget and checking this tool builds on just one platform is more than sufficient.
@bors: r=Mark-Simulacrum |
📌 Commit ddd8b41 has been approved by |
⌛ Testing commit ddd8b41 with merge 2cf4ea9817e5be40ce03fcd2165c8f8cf65074da... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry network error |
Fix build of the `build-manifest` tool Accidentally broken in #56258!
☀️ Test successful - status-appveyor, status-travis |
[stable] Backport fixes to build-manifest Backports the following changes to stable: * #56703: Fix build of the `build-manifest` tool *(partial, just added last commit)* * #56783: Add `--pinentry-mode=loopback` to deployment script * #56735: Fix gpg signing in manifest builder r? @ghost cc @Mark-Simulacrum @alexcrichton
[beta] Backport fixes to build-manifest Backports the following changes to beta: * #56703: Fix build of the `build-manifest` tool *(partial, just added last commit)* * #56783: Add `--pinentry-mode=loopback` to deployment script * #56735: Fix gpg signing in manifest builder r? @ghost cc @Mark-Simulacrum @alexcrichton
Accidentally broken in #56258!