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.
2 parents 7489ee9 + b185867 commit f4a421eCopy full SHA for f4a421e
src/tools/build-manifest/src/main.rs
@@ -621,7 +621,8 @@ impl Builder {
621
let asc = self.output.join(format!("{}.asc", filename));
622
println!("signing: {:?}", path);
623
let mut cmd = Command::new("gpg");
624
- cmd.arg("--no-tty")
+ cmd.arg("--pinentry-mode=loopback")
625
+ .arg("--no-tty")
626
.arg("--yes")
627
.arg("--batch")
628
.arg("--passphrase-fd").arg("0")
0 commit comments