Skip to content

Commit 60cfecc

Browse files
committed
ci: force disable use-keyboxd
1 parent 1556d0f commit 60cfecc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/builder/common.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# NOTE: The `use-keyboxd` option in ~/.gnupg/common.conf should be disabled for this script's GPG routines to
46
# work correctly!
7+
mkdir -p $HOME/.gnupg
8+
echo "use-keyboxd no" > $HOME/.gnupg/common.conf
59

6-
set -e
710

811
download_and_verify_llvm() {
912
LLVM_PGP_KEY_URL="https://releases.llvm.org/5.0.2/tstellar-gpg-key.asc"

0 commit comments

Comments
 (0)