ci-wheel: restore CUDA 13.0.2 and 12.2.2 images#373
Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom Mar 3, 2026
Merged
ci-wheel: restore CUDA 13.0.2 and 12.2.2 images#373rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
Conversation
This was referenced Mar 3, 2026
bdice
approved these changes
Mar 3, 2026
Member
Author
|
/merge |
rapids-bot bot
pushed a commit
that referenced
this pull request
Mar 19, 2026
Fixes #374 #373 added CUDA 13.0.2 and 12.2.2 `ci-wheel` images, for use in experimenting with building RAPIDS against older CTKs. The 13.0.2 images must be kept for now (rapidsai/build-planning#257), but the 12.2.2 images aren't needed. This: * excludes `ci-wheel` CUDA 12.2.2 images * moves `ci-wheel:{rapids-version}-latest` to CUDA 13.0.2, to align with how we're building wheels as of rapidsai/build-planning#257 - _NOTE: only really matters in CI for the next time we got to build `libucx` wheels (ref: rapidsai/shared-workflows#510 (review)), but still helpful for quick local debugging / CI reproductions_ Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #386
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to rapidsai/build-planning#257
There, we're attempting to build all RAPIDS wheels with CUDA 13.0.x (to avoid depending on a too-new libnvJitLink while we work out dependency conflicts with other projects).
This restores
ci-wheelCUDA 13.0.2 images, to be used in those build jobs.It also proposes restoring CUDA 12.2.2
ci-wheelimages... not currently planning to use those (RAPIDS only seems to be affected by this incompatibility for its CUDA 13 wheels), but it'd be convenient to have them ready if we discover we need them.Notes for Reviewers
I've put up #374 to track the work of adding these skips back in the future.