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

feat: alternative libc detection #209

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

baszalmstra
Copy link
Collaborator

Implements an alternative method to detect the system libc version.

We ran into an issue that when a binary is build against musl the code was unable to detect the proper libc version of the system. The code used the libc family against which it was built instead.

Although this implementation is less then ideal because it assumes a few things I think its good enough for now.

@wolfv wolfv merged commit 7a05787 into conda:main Jun 8, 2023
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.

2 participants