oxidize-rb / cross-gem-action

GitHub action to cross compile a Ruby gem written in Rust
MIT License
17 stars 4 forks source link

Fix triple name with `use-ruby-linker-for-cargo` option #120

Closed ankane closed 1 year ago

ankane commented 1 year ago

From the docs: "The triple must be converted to uppercase and underscores."

Also, are there any drawbacks to this option? If not, thoughts on making it the default? It looks like it's needed for dependencies with a rlib crate type (like jsonpath_lib).

ankane commented 1 year ago

Thanks!