Skip to content

Forward-merge release/26.02 into main#2215

Merged
jameslamb merged 1 commit intomainfrom
release/26.02
Jan 15, 2026
Merged

Forward-merge release/26.02 into main#2215
jameslamb merged 1 commit intomainfrom
release/26.02

Conversation

@rapids-bot
Copy link

@rapids-bot rapids-bot bot commented Jan 15, 2026

Forward-merge triggered by push to release/26.02 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

…#2214)

#2212 was into `main` after `main` had already been updated to RAPIDS
26.04.

This change is intended for RAPIDS 26.02, so this PR backports it to the
`release/26.02` branch.

## Notes for Reviewers

### How this should be merged

I think normal squash and merge should be fine? The commit SHA is
different because of the direction of the `cherry-pick` anyway.

### How I made this branch

```shell
git checkout main
git pull upstream main
git fetch upstream release/26.02
git checkout release/26.02
git checkout -b pip-changes
git cherry-pick f380eff
```

Co-authored-by: Mike McCarty <mmccarty@nvidia.com>
@rapids-bot rapids-bot bot requested a review from a team as a code owner January 15, 2026 22:24
@rapids-bot rapids-bot bot requested a review from jameslamb January 15, 2026 22:24
@rapids-bot
Copy link
Author

rapids-bot bot commented Jan 15, 2026

FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the Resolve conflicts option in this PR, follow these instructions https://docs.rapids.ai/maintainers/forward-merger/

IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the /merge comment). Instead, an admin must manually merge by changing the merging strategy to Create a Merge Commit. Otherwise, history will be lost and the branches become incompatible.

@jameslamb
Copy link
Member

An identical change is already on main (#2212), but the commit SHAs are different because this change was commited to main first and then git cherry-pick'd back to release/26.02.

I think that's the cause of the conflict here. Will fix it momentarily.

@jameslamb jameslamb mentioned this pull request Jan 15, 2026
3 tasks
@jameslamb jameslamb merged commit 70a3c3e into main Jan 15, 2026
6 checks passed
@jameslamb
Copy link
Member

ugh sorry @bdice @AyodeAwe @rockhowse I really made a mess of this. I'd meant to no-squash merge the manual merge-conflict resolution PR (#2216) but merged this one accidentally. Too-similar PR titles + trying to go too fast.

Forward-mergers should now be working again here and both main and release/26.02 look like they're fine (correct values in VERSION), but the commit history on main has some duplication:

image

https://github.com/rapidsai/rmm/commits/main/

I don't think we need to do anything about this immediately, please let me know if you disagree and see any issues.

Sorry again 😫

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant