HadrienG2 / hwlocality

Rust bindings to Open MPI Portable Hardware Locality "hwloc" library, covering version 2.0 and above.
MIT License
20 stars 5 forks source link

Add a musl build to CI #117

Open HadrienG2 opened 6 months ago

HadrienG2 commented 6 months ago

To avoid issues like #114 in the future, I should add a musl build to CI. Hopefully replicating the dockerfile listed there, but with clippy lints and maybe tests on latest hwloc + rustc, should be enough to catch the obvious stuff.