You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext: revert hacks for GNU/Musl compatibility (#3384)
**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
0 commit comments