This might help with detecting arm64 when compiling some packages
This is a backport of https://github.com/bitcoin/bitcoin/pull/13665/commits/96dda8b0589affb88a909aaf62e95bebc4c18ba2
Depends on D14041
Differential D14040
[depends] Use more recent config.guess and config.sub in various packages PiRK on Jun 12 2023, 09:09. Authored by Tags None Subscribers None Tokens
Details
This might help with detecting arm64 when compiling some packages This is a backport of https://github.com/bitcoin/bitcoin/pull/13665/commits/96dda8b0589affb88a909aaf62e95bebc4c18ba2 Depends on D14041 HOSTS="arm64-apple-darwin" contrib/guix/guix-build This now successfuly compiles qrencode. The next failure happens with zmq. Run gitian-builds on CI
Diff Detail
Event TimelineComment Actions The protobuf failure might be related to this change, actually. Preprocessing protobuf... cp: target 'gtest/build-aux' is not a directory make: *** [funcs.mk:277: /bitcoin/depends/work/build/arm64-apple-darwin/protobuf/21.12-b4be8389631/.stamp_preprocessed] Error 1 make: Leaving directory '/bitcoin/depends' Comment Actions Just drop the change to protobuf.mk, it is not needed with our recent protobuf version Comment Actions rebase and update dependency (commits reordered so I can land the accepted ones without waiting for D14039) |