Skip to content

Commit 65ce833

Browse files
committed
gitian: install signapple in gitian-osx-signer.yml
Github-Pull: bitcoin#20880 Rebased-From: 42bb1ea
1 parent 419f9b3 commit 65ce833

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)