-
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
[beta] Backport fixes to build-manifest #56961
Conversation
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.
GPG versions 2.x+ require that --batch be passed if --passphrase-fd is to be accepted.
Apparently this changed with gpg2 or... something like that?
@bors r+ p=500 |
📌 Commit 9b226dd has been approved by |
⌛ Testing commit 9b226dd with merge edc9874d1a30c933c0da34d56cb1347c75aa90e0... |
@bors retry Yielding priority to stable. |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
[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
☀️ Test successful - status-appveyor, status-travis |
Bump stage0 Updates stage 0 From: rustc 1.32.0-beta.2 (a01e476 2018-12-08) To: rustc 1.32.0-beta.11 (e64fee6 2019-01-04) Intended to pull in #57292 which will fix #57142. The following is a list of PRs this also pulls in in case anyone is interested in seeing the changes: #56930 #56961 #57236 #57305
Backports the following changes to beta:
build-manifest
tool #56703: Fix build of thebuild-manifest
tool (partial, just added last commit)--pinentry-mode=loopback
to deployment script #56783: Add--pinentry-mode=loopback
to deployment scriptr? @ghost
cc @Mark-Simulacrum @alexcrichton