Closed jameslamb closed 4 months ago
Contributes to https://github.com/rapidsai/build-planning/issues/31.
Follow-up to #1364.
Implements some of the suggestions made in https://github.com/rapidsai/cudf/pull/16183 (after #1364 was already merged):
cuda_suffixed: "false"
dependencies.yaml
*_conda
*_unsuffixed
update-version.sh
Looked for update-versions.sh issues manually like this:
update-versions.sh
git fetch upstream --tags ci/release/update-version.sh '24.10.0' git grep -E '24\.8|24\.08|0\.39'
The did find a few problems (like UCX dependency versions not being updated). This fixes those issues.
/merge
Contributes to https://github.com/rapidsai/build-planning/issues/31.
Follow-up to #1364.
Implements some of the suggestions made in https://github.com/rapidsai/cudf/pull/16183 (after #1364 was already merged):
cuda_suffixed: "false"
blocks independencies.yaml
wherever they're identical to each other and the fallback matrixdependencies.yaml
anchors with names like*_conda
to*_unsuffixed
, to reflect the fact that they're not conda-specificupdate-version.sh
catches all changes to versionsNotes for Reviewers
How I tested this
Looked for
update-versions.sh
issues manually like this:The did find a few problems (like UCX dependency versions not being updated). This fixes those issues.