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

Add CI action for OSX static build #306

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

jonathangreen
Copy link
Contributor

Small update to the mac CI build to build a static wheel, as well as non-static one. #293 added the ability to do a static build on mac, but didn't exercise it in CI.

This also includes a small change to setup.py that I missed. Static builds were failing for Python 3.5 because json.loads cannot take a byte string in Python 3.5, so the content has to be decoded first to maintain Python 3.5 compatibility.

@jonathangreen
Copy link
Contributor Author

@mxamin one more small PR related to #293 you might be interested in

@mxamin mxamin merged commit 6c5b695 into xmlsec:master Apr 8, 2024
34 of 39 checks passed
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