lifting-bits / cxx-common

Common dependency management for various Trail of Bits C++ codebases
Apache License 2.0
31 stars 11 forks source link

Support Linux ARM64 builds #995

Open ekilmer opened 1 year ago

ekilmer commented 1 year ago

We have a user who would benefit from this https://github.com/lifting-bits/remill/issues/641

The implementation in cxx-common will need to use cross-compilation on the x86 GitHub Action runners, possibly similar to how we generate ARM binaries for Mac.