oxidize-rb / rb-sys

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

Add Config#use_cargo_build: #337

Closed burke closed 8 months ago

burke commented 8 months ago

This switches behaviour to use cargo build instead of cargo rustc, which has the effect of sharing cache better with cargo build, but requires setting rb_sys environment in the default build.