Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCcbbea03edf54: Fix arm64 darwin package def for OpenSSl
cd depends HOST="arm64-apple-darwin" make openssl
This now successfuly compiles OpenSSL.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The test plan doesn't really help to know if this is enough. You should run:
cd depends HOSTS="arm64-apple-darwin" make openssl
And check the libs are built for the correct target
Comment Actions
rebase and update test plan. guix and gitian are still missing a toolchain file for ARM64 darwin, so just crosscompile the one library.