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 Passed - Unit
No Test Coverage - Build Status
Buildable 23993 Build 47596: Build Diff Build 47595: arc lint + arc unit
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.