Page MenuHomePhabricator

[depends] Properly remove the native protobuf libraries
ClosedPublic

Authored by Fabien on Feb 16 2024, 15:14.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCcc614b17951b: [depends] Properly remove the native protobuf libraries
Summary

Depending on the architecture the installation can put libs in lib/, lib32/ or lib64/. Make sure to remove them all in the postprocessing step.

Test Plan

Run the gitian builds.

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Feb 16 2024, 15:14
Fabien retitled this revision from [depends] Properly remove the native libraries to [depends] Properly remove the native protobuf libraries.Feb 16 2024, 15:19
PiRK added a subscriber: PiRK.

This fixes the aarch64 guix build in D15457

This revision is now accepted and ready to land.Feb 16 2024, 15:49