mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
118 stars 59 forks source link

CI: install real ninja in Alpine Linux image #592

Closed dnicolodi closed 3 months ago

dnicolodi commented 3 months ago

Alpine Linux replaces ninja with samurai in the default installation. Meson and meson-python work with either, however, the version of samurai available in Alpine Linux segfaults when invoked with the -n options. Having to deal with this in the test suite is a pain. Switch to proper ninja.