We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a920b commit 5a82573Copy full SHA for 5a82573
src/tools/build-manifest/src/main.rs
@@ -623,6 +623,7 @@ impl Builder {
623
let mut cmd = Command::new("gpg");
624
cmd.arg("--no-tty")
625
.arg("--yes")
626
+ .arg("--batch")
627
.arg("--passphrase-fd").arg("0")
628
.arg("--personal-digest-preferences").arg("SHA512")
629
.arg("--armor")
0 commit comments