aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2021-01-07 13:23:52 -0500
committerAndrew Chow <achow101-github@achow101.com>2021-06-08 17:06:22 -0400
commita2650f6495206cc9624c140d394e8ed7eaff5dbc (patch)
tree719ff6c3aa70cc5d11bcdea67dfb3588874949bd /contrib/gitian-descriptors
parent5d2ebdd2b71fadfcbadc32d074c83e1ff92043b5 (diff)
gitian: install signapple in gitian-osx-signer.yml
Github-Pull: #20880 Rebased-From: 42bb1ea363286b088257cabccb686ef1887c1d3b
Diffstat (limited to 'contrib/gitian-descriptors')
-rw-r--r--contrib/gitian-descriptors/gitian-osx-signer.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml
index a4f3219c22..5f0501756d 100644
--- a/contrib/gitian-descriptors/gitian-osx-signer.yml
+++ b/contrib/gitian-descriptors/gitian-osx-signer.yml
@@ -7,9 +7,13 @@ architectures:
- "amd64"
packages:
- "faketime"
+- "python3-pip"
remotes:
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
"dir": "signature"
+- "url": "https://github.com/achow101/signapple.git"
+ "dir": "signapple"
+ "commit": "c7e73aa27a7615ac9506559173f787e2906b25eb"
files:
- "bitcoin-osx-unsigned.tar.gz"
script: |
@@ -30,6 +34,13 @@ script: |
chmod +x ${WRAP_DIR}/${prog}
done
+ # Install signapple
+ cd signapple
+ python3 -m pip install -U pip setuptools
+ python3 -m pip install .
+ export PATH="$HOME/.local/bin":$PATH
+ cd ..
+
UNSIGNED=bitcoin-osx-unsigned.tar.gz
SIGNED=bitcoin-osx-signed.dmg