Publish precompiled native Ruby gems - #777
Merged
Merged
Conversation
Cross-compile native gems for six platforms (Ruby 3.2-4.0) via oxidize-rb/actions/cross-gem and push them to RubyGems alongside the source gem. Bump rb_sys to 0.9.130 for Ruby 4.0 support and add Ruby 4.0 to the test matrices. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #777 +/- ##
=======================================
Coverage 92.04% 92.04%
=======================================
Files 17 17
Lines 2603 2603
=======================================
Hits 2396 2396
Misses 207 207 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Owner
|
I am going to merge this and will do some extra tuning in a separate PR |
Owner
|
Released in 0.21.3! :) |
Contributor
Author
|
Amazing, thank you! |
Owner
|
Please, let me know if any platform is missing :) Or any feature :) would be happy to take a look! |
Contributor
Author
|
Will do! I just updated to the new precompiled version in production and it's working great. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds cross-compile native gems for six platforms (Ruby 3.2-4.0) and pushes them to RubyGems alongside the source gem. This also adds Ruby 4.0 to the test suite.
With precompiled gems, users won't have to have build dependencies like rust / clang installed to use this.