oxidize-rb / rb-sys

Easily build Ruby native extensions in Rust
https://oxidize-rb.github.io/rb-sys/
Apache License 2.0
222 stars 34 forks source link

Use rake-compiler-dock musl images #339

Closed ianks closed 6 months ago

ianks commented 6 months ago

Goal here is to use rake-compiler-dock images for *-musl. Currently, they are in the 1.5.0rc. cc: @flavorjones @eliias

ianks commented 6 months ago

Images built properly and tests pass, can test now with docker pull rbsys/x86_64-linux-musl:sha-7d345bd11d5ebf8f992118dcc3b0208d4d59eaed

flavorjones commented 6 months ago

1.5.0.rc1 should be fine from a functional perspective, the only thing blocking a final release is more/better documentation.

Speaking of which, please make sure to review https://github.com/rake-compiler/rake-compiler-dock?tab=readme-ov-file#gnu-and-musl for caveats.