mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
An update to `ring` broke the maturin-extism builds. Tracked this down to [1]; the maintainers of `ring` don't intend to support linux sysroots that old. This PR updates the ARM Linux builds in particular to pull in a newer manylinux target. Tested on a [private fork](https://github.com/extism/dev-extism/actions/runs/6644247344) of the extism repo. [1]: https://github.com/briansmith/ring/issues/1728