Commit 7949505
committed
Merge rust-bitcoin#71: Fix to download the correct binary for Apple silicon Macs
d692352 fix: codesign the bitcoin binary on mac arm64 (Cliff Syner)
f38db55 fix: use arm64 binary for apple silicon (Cliff Syner)
Pull request description:
Previously, using the (node) crate with the `from_downloaded()` trait would fail on apple silicon with `bad CPU type in executable`
Part of the update includes some code-signing, this is necessary for unsigned binaries (like bitcoind) to run on Arm Macs:
bitcoin/bitcoin#26694 (comment)
ACKs for top commit:
tcharding:
utACK d692352
Tree-SHA512: 7e01009622d3c3a16ee296e068bb881a63656eb8e74f3e51249c3079f76cee59822fe28df5023fbe183d4067dd4869fcd3be346a4a664316fb8e27747cc2f6c71 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
156 | 177 | | |
157 | 178 | | |
158 | 179 | | |
| |||
0 commit comments