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

Fix GSSAPI detection on macOS Big Sur #236

Merged
merged 1 commit into from
Dec 10, 2020

Conversation

jborean93
Copy link
Contributor

CPython on macOS Big Sur has a bug in the ctypes.util.find_library function.
This has been fixed recently but has not made its way to an actual release
yet. This change adds a fallback GSS framework path to try incase ctypes fails
to find the path.

Fixes #235

@simmel
Copy link
Contributor

simmel commented Dec 10, 2020

Also builds for me. Great work!

CPython on macOS Big Sur has a bug in the ctypes.util.find_library
function.  This has been fixed recently but has not made its way to an
actual release yet.  This change adds a fallback GSS framework path to
try incase ctypes fails to find the path.

[rharwood@redhat.com: whitespace, wrapping]
@frozencemetery
Copy link
Member

While GitHub Actions lists a label for Big Sur, it doesn't actually run on Big Sur right now, so CI isn't yet possible for this platform.

@frozencemetery frozencemetery merged commit a862c27 into pythongssapi:main Dec 10, 2020
@jborean93 jborean93 deleted the bigsur branch December 10, 2020 18:37
@simmel simmel mentioned this pull request Jan 8, 2021
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.

Unable to build/install on macOS Big Sur 11.0.1
3 participants