Page MenuHomePhabricator

Fix arm64 darwin package def for OpenSSl
ClosedPublic

Authored by PiRK on Jun 12 2023, 08:36.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCcbbea03edf54: Fix arm64 darwin package def for OpenSSl
Summary
Test Plan
cd depends
HOST="arm64-apple-darwin" make openssl

This now successfuly compiles OpenSSL.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jun 12 2023, 08:36
Fabien requested changes to this revision.Jun 12 2023, 12:22
Fabien added a subscriber: Fabien.

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

This revision now requires changes to proceed.Jun 12 2023, 12:22
PiRK edited the test plan for this revision. (Show Details)

rebase and update test plan. guix and gitian are still missing a toolchain file for ARM64 darwin, so just crosscompile the one library.

This revision is now accepted and ready to land.Jun 14 2023, 12:33
This revision was automatically updated to reflect the committed changes.