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 macos not building with cpp 14 compat #744

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

AntonOfTheWoods
Copy link
Contributor

Fixes #743

From my testing this forces both the macos-11 and macos-12 github build images to use the proper compatibility, and builds all wheels for mac successfully.

@AntonOfTheWoods
Copy link
Contributor Author

@ayaka14732 , I created a build job that does everything that the release to pypi job does, without pushing the wheel to pypi and tested that. Both the macos-11 and macos-12 images seem to build fine. This should fix the build issue with macos.

@ayaka14732 ayaka14732 merged commit a3500ce into BYVoid:master Dec 6, 2022
@AntonOfTheWoods AntonOfTheWoods deleted the fix_mac_build branch December 6, 2022 14:58
@AntonOfTheWoods
Copy link
Contributor Author

Thanks @ayaka14732 . I'm not sure what the protocol is here. My understanding is that you should now just be able to run the release job and, if the compile gods smile, it should redeploy correctly. It might fail to push to windows and Linux (I might be remembering wrong though) but should succeed to Mac, and that is what we are after anyway.

If you want a version bump then let me know and I'll do that first thing tomorrow

@ayaka14732
Copy link
Collaborator

I am going to run the release job again

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.

Fix macos build and release to pypi
2 participants