Closed jameslamb closed 3 months ago
Looks like the CI failures here are the same ones already seen with scikit-build-core
xref: https://github.com/rapidsai/rmm/pull/1638#issuecomment-2272245102
Looks like the CI failures here are the same ones already seen with
scikit-build-core
I just restarted CI, now that there's a v0.10.1 of scikit-build-core
up on PyPI and conda-forge which RAPIDS 24.08 builds successfully with:
I'm going to move this back to draft, let's not merge it yet. If those builds end up succeeding without any changes to any RAPIDS libraries, then that means we could target this at branch-24.10
instead.
Will check back in the morning.
/merge
/merge
Proposes switching from
SKBUILD_CMAKE_VERBOSE
toSKBUILD_BUILD_VERBOSE
in wheel-building scripts inrapids-build-utils
.Setting
SKBUILD_CMAKE_VERBOSE
in the environment causes an unavoidable build-time exception when usingscikit-build-core>=0.10.0
and settingminimum-version = "0.10.0"
inscikit-build-core
.(build link)
See https://scikit-build-core.readthedocs.io/en/latest/configuration.html#verbosity
Notes for Reviewers
For more context, see the conversation on that PR and https://github.com/rapidsai/build-planning/issues/58.