File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ architectures:
8
8
packages :
9
9
- " faketime"
10
10
- " xorriso"
11
+ - " python3-pip"
11
12
remotes :
12
13
- " url " : " https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
13
14
" dir " : " signature"
15
+ - " url " : " https://github.com/achow101/signapple.git"
16
+ " dir " : " signapple"
17
+ " commit " : " c7e73aa27a7615ac9506559173f787e2906b25eb"
14
18
files :
15
19
- " bitcoin-osx-unsigned.tar.gz"
16
20
script : |
@@ -31,6 +35,13 @@ script: |
31
35
chmod +x ${WRAP_DIR}/${prog}
32
36
done
33
37
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
+
34
45
UNSIGNED=bitcoin-osx-unsigned.tar.gz
35
46
SIGNED=bitcoin-osx-signed.dmg
36
47
You can’t perform that action at this time.
0 commit comments