oxidize-rb / rb-sys

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

Allow missing AR/CC/etc tools for precompiled rubies #394

Closed ianks closed 1 month ago

ianks commented 1 month ago

Sometimes the AR setup in rbconfig.rb can incorrect in the case of precompiled binaries. This PR makes us resistant to that.

ianks commented 1 month ago

The CI failures seems GHA related, so I'm going to merge with them failing for now.