-
Notifications
You must be signed in to change notification settings - Fork 83
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 #636
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
@@ -397,7 +397,7 @@ dependencies: | |||
- *libcusparse114 | |||
cuda_wheels: | |||
specific: | |||
- output_types: pyproject | |||
- output_types: [requirements, pyproject] |
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.
This should be fine, for the reasons mentioned in https://github.com/rapidsai/raft/pull/2563/files#r1938056656
/ok to test |
/merge |
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 availabledependencies.yaml
withoutput_types: pyproject
inoutput_types: requirements
as well.