Skip to content

Commit 42bb1ea

Browse files
committed
gitian: install signapple in gitian-osx-signer.yml
1 parent b6a71b8 commit 42bb1ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contrib/gitian-descriptors/gitian-osx-signer.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ architectures:
88
packages:
99
- "faketime"
1010
- "xorriso"
11+
- "python3-pip"
1112
remotes:
1213
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
1314
"dir": "signature"
15+
- "url": "https://github.com/achow101/signapple.git"
16+
"dir": "signapple"
17+
"commit": "c7e73aa27a7615ac9506559173f787e2906b25eb"
1418
files:
1519
- "bitcoin-osx-unsigned.tar.gz"
1620
script: |
@@ -31,6 +35,13 @@ script: |
3135
chmod +x ${WRAP_DIR}/${prog}
3236
done
3337
38+
# Install signapple
39+
cd signapple
40+
python3 -m pip install -U pip setuptools
41+
python3 -m pip install .
42+
export PATH="$HOME/.local/bin":$PATH
43+
cd ..
44+
3445
UNSIGNED=bitcoin-osx-unsigned.tar.gz
3546
SIGNED=bitcoin-osx-signed.dmg
3647

0 commit comments

Comments
 (0)