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 ca66a4b commit 12ca8e0Copy full SHA for 12ca8e0
src/tools/build-manifest/src/main.rs
@@ -628,6 +628,7 @@ impl Builder {
628
let mut cmd = Command::new("gpg");
629
cmd.arg("--no-tty")
630
.arg("--yes")
631
+ .arg("--batch")
632
.arg("--passphrase-fd").arg("0")
633
.arg("--personal-digest-preferences").arg("SHA512")
634
.arg("--armor")
0 commit comments