Skip to content
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

add 'wheel' to ci-wheel image #215

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

jameslamb
Copy link
Member

@jameslamb jameslamb commented Dec 3, 2024

Closes #138

Proposes installing wheel in the ci-wheel images, to remove the need to install it at build time on every CI run for header-only C++ wheel builds, like librmm does:

python -m pip install wheel
python -m wheel tags --platform any dist/* --remove

(rmm/ci/build_wheel.sh)

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Dec 3, 2024
@jameslamb jameslamb mentioned this pull request Aug 27, 2024
2 tasks
@jameslamb jameslamb changed the title WIP: add 'wheel' to ci-wheel image add 'wheel' to ci-wheel image Dec 3, 2024
@jameslamb jameslamb requested a review from vyasr December 3, 2024 15:35
@jameslamb jameslamb marked this pull request as ready for review December 3, 2024 15:35
@jameslamb jameslamb requested a review from a team as a code owner December 3, 2024 15:35
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a reasonable addition to me. 🛞

@jameslamb jameslamb merged commit fe3b3bb into rapidsai:main Dec 3, 2024
406 checks passed
rapids-bot bot pushed a commit to rapidsai/rmm that referenced this pull request Dec 9, 2024
We're now pre-installing `wheel` in the CI images: rapidsai/ci-imgs#215

This proposes removing a `pip install wheel` in CI here... fewer network requests = fewer random CI failures 😁

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1748
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update for RAPIDS C++ wheels
2 participants