It seems like native compilation is blocked due to a conflict with the cargo tooling and rubygems for some configurations, specifically those where the rubygems version can't be bumped above 4.0.8 (e.g. those not able to use Ruby 4+ yet).
A more detailed summary of the issue than I can provide can be seen here:
ahamana/canvas-lms-docker#75
The fix they used to get around the issue above may work, but it isn't clear, and is confusing for dependent projects to locate / apply.
Would it be possible to provide a binary for the aarch64-linux-musl platform for this gem so that dependent projects that can't yet bump their ruby / rubygems versions can still use the more performant v2 release?
It seems like native compilation is blocked due to a conflict with the cargo tooling and rubygems for some configurations, specifically those where the rubygems version can't be bumped above 4.0.8 (e.g. those not able to use Ruby 4+ yet).
A more detailed summary of the issue than I can provide can be seen here:
ahamana/canvas-lms-docker#75
The fix they used to get around the issue above may work, but it isn't clear, and is confusing for dependent projects to locate / apply.
Would it be possible to provide a binary for the
aarch64-linux-muslplatform for this gem so that dependent projects that can't yet bump their ruby / rubygems versions can still use the more performant v2 release?