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
As of #222 we only test against musl; the downside of this approach is that we are no longer testing hs-bindgen against different implementations of the C standard library, which is unfortunate. We may want to reconsider that aspect at some later stage.
The text was updated successfully, but these errors were encountered:
It's relatively easy to add more libs. I didn't go for glibc, as then we probably need to separate tests into separate package so we don't distribute the glibc (even it its part of the tests).
As of #222 we only test against
musl
; the downside of this approach is that we are no longer testinghs-bindgen
against different implementations of the C standard library, which is unfortunate. We may want to reconsider that aspect at some later stage.The text was updated successfully, but these errors were encountered: