Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ext: update to rake-compiler-dock v1.6.0, ship both GNU and Musl native gems #3375

Merged
merged 4 commits into from
Dec 13, 2024

Conversation

flavorjones
Copy link
Member

@flavorjones flavorjones commented Dec 12, 2024

What problem is this PR intended to solve?

Update rake-compiler-dock to the v1.6.0 version that drops manylinux before we move on to a v1.7.0 version that will presumably support Ruby 3.4.

As a result of the change from a manylinux image patched to be less-musl-compatible, we're also forced to start shipping separate GNU and Musl gems (see crash log when running the generic linux gem on musl).

Have you included adequate test coverage?

Existing coverage is sufficient.

Does this change affect the behavior of either the C or the Java implementations?

N/A

@flavorjones flavorjones mentioned this pull request Dec 12, 2024
14 tasks
@flavorjones flavorjones force-pushed the flavorjones-update-to-rcd-1.6.0 branch 2 times, most recently from d219046 to 0221757 Compare December 13, 2024 02:50
@flavorjones flavorjones marked this pull request as ready for review December 13, 2024 02:59
@flavorjones flavorjones changed the title ext: update to rake-compiler-dock 1.6.0 ext: update to rake-compiler-dock v1.6.0, ship both GNU and Musl native gems Dec 13, 2024
@flavorjones flavorjones force-pushed the flavorjones-update-to-rcd-1.6.0 branch 2 times, most recently from cb61fef to ab3b9bc Compare December 13, 2024 17:35
@flavorjones flavorjones force-pushed the flavorjones-update-to-rcd-1.6.0 branch from ab3b9bc to 3c0d202 Compare December 13, 2024 20:32
@flavorjones flavorjones merged commit ca8a4e6 into main Dec 13, 2024
121 checks passed
@flavorjones flavorjones deleted the flavorjones-update-to-rcd-1.6.0 branch December 13, 2024 21:26
flavorjones added a commit that referenced this pull request Dec 16, 2024
**What problem is this PR intended to solve?**

Over time, we've accumulated a couple of hacks specifically aimed at
improving the compatibility of the `-linux` native gem on Musl systems.

With #3375 we're building separate `-linux-gnu` and `-linux-musl` gems,
so these hacks should no longer be needed. Let's remove them.


**Have you included adequate test coverage?**

We're testing on a matrix that includes Musl systems, so existing
coverage should be adequate.


**Does this change affect the behavior of either the C or the Java
implementations?**

N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant