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
Fixed prebuilt binary compatibility with musl and ARM64 systems
fixes#1578 (comment)
- up until recently, we've never provided musl and arm64 prebuilt binaries to users
- to maintain compatibility with older glibc versions, we have a symbol
override that gets included at compile time
- this didn't take into account ARM64 systems, which ship with a later
glibc version which first supported arm64: https://www.phoronix.com/scan.php?page=news_item&px=MTI2MTc
- it also didn't take into account musl systems, which don't use glibc
and therefore should be ignored
0 commit comments