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 1556d0f commit 60cfeccCopy full SHA for 60cfecc
.github/builder/common.sh
@@ -1,9 +1,12 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
# NOTE: The `use-keyboxd` option in ~/.gnupg/common.conf should be disabled for this script's GPG routines to
6
# work correctly!
7
+mkdir -p $HOME/.gnupg
8
+echo "use-keyboxd no" > $HOME/.gnupg/common.conf
9
-set -e
10
11
download_and_verify_llvm() {
12
LLVM_PGP_KEY_URL="https://releases.llvm.org/5.0.2/tstellar-gpg-key.asc"
0 commit comments