Skip to content
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

Merged
merged 3 commits into from
Dec 19, 2018
Merged

Commits on Dec 18, 2018

  1. Build manifest tool on mingw-check builder

    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.
    Mark-Simulacrum authored and pietroalbini committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    88a920b View commit details
    Browse the repository at this point in the history
  2. Fix gpg signing in manifest builder

    GPG versions 2.x+ require that --batch be passed if --passphrase-fd is
    to be accepted.
    Mark-Simulacrum authored and pietroalbini committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5a82573 View commit details
    Browse the repository at this point in the history
  3. Add --pinentry-mode=loopback to deployment script

    Apparently this changed with gpg2 or... something like that?
    alexcrichton authored and pietroalbini committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    9b226dd View commit details
    Browse the repository at this point in the history