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 8375ab4 commit 4d5413bCopy full SHA for 4d5413b
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