-
Notifications
You must be signed in to change notification settings - Fork 16
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
disallow fallback to Make in Python builds #124
Conversation
Thanks James! 🙏 Can you please update the copyright range header for |
Whoops yeah, forgot to run |
/ok to test |
One test is segfaulting here:
It's very unlikely that that's related to these changes. |
@gmarkall might need to look at this segfault in the Numba tests, I agree it is not related to this PR's changes. Noteworthy: only ARM jobs failed. I think there is a known issue with Numba and ARM but I don't know what it is. |
Just taking a look...
I don't know of a Numba and ARM issue at present, so segfaulting is unexpected behaviour. |
conda-forge/llvmdev-feedstock#314 appears to have fixed the issues on ARM. |
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.
All looks good. Merging now that CI is fixed.
Contributes to rapidsai/build-planning#146
Proposes:
[tool.scikit-build].ninja.make-fallback = false
, soscikit-build-core
will not silently fallback to using GNU Make ifninja
is not available