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
Fix macOS compatibility: make lib_c_type=glibc conditional for Linux only
- Add conditional logic to only include lib_c_type=glibc parameter on Linux platforms
- macOS doesn't use glibc, so this parameter would cause API queries to return no results
- This fixes the two integration test failures that would occur on macOS
- Linux systems still get the glibc preference for better compatibility over musl
0 commit comments