-
Notifications
You must be signed in to change notification settings - Fork 337
fix llvmdev osx64 conda builder #1167
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 llvmdev osx64 conda builder #1167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get the osx wheel tester going with this? It's the best way to test whether the build config changes are ok.
23e41da
to
2d497b8
Compare
the condo package as well as wheel are tested with GHA on this change - |
@swap357 thank you for this. I think in order to test this well, we will need the osx builders for llvmlite and numba. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question and one requested change.
@swap357 thank you again, now waiting on the llvmlite builders to become available for review such that I can test the artifacts produced from this workflow in earnest. |
Co-authored-by: Emergency Self-Construct <[email protected]>
This PR fixes osx64 build for llvmdev conda and wheel builder by setting up macOS sdk compatible to work with conda build on GHA runner.