robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Strip downloaded linux libraries unless we're doing a debug build #198

Closed virtuald closed 1 year ago

auscompgeek commented 1 year ago

This seems to be breaking cross-builds of vendor libs, for example https://github.com/robotpy/robotpy-ctre/actions/runs/4150070896/jobs/7179476777

virtuald commented 1 year ago

Looks like we need to use an arch-specific strip then.