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

remove ucx from wheel images #154

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

jameslamb
Copy link
Member

@jameslamb jameslamb commented Jun 28, 2024

As a result of rapidsai/build-planning#57, it should no longer be necessary to install openucx in the wheel images here.

Projects depending on UCX in their CI all now get it from either the ucx conda-forge package or the libucx wheels published from https://github.com/rapidsai/ucx-wheels.

ref: #145 (comment)

This proposes removing UCX builds in the wheel images. Benefits of that:

@jameslamb jameslamb added breaking Introduces a breaking change improvement Improves an existing functionality labels Jun 28, 2024
@jameslamb jameslamb requested review from vyasr and pentschev June 28, 2024 17:46
@jameslamb jameslamb requested a review from a team as a code owner June 28, 2024 17:46
Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

There are several build issues that look unrelated, perhaps rate-limit issues:

 2 warnings found (use --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 7)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 9)
ERROR: toomanyrequests: Too Many Requests (HAP429).

Other than that LGTM, thanks @jameslamb !

@jameslamb
Copy link
Member Author

I just triggered a re-run of the failing jobs, I strongly suspect that'll fix it.

@pentschev
Copy link
Member

I just triggered a re-run of the failing jobs, I strongly suspect that'll fix it.

Indeed it fixed. Thanks James!

@jameslamb jameslamb merged commit e386a6c into rapidsai:main Jul 1, 2024
483 checks passed
@jameslamb jameslamb deleted the remove-ucx branch July 1, 2024 14:02
rapids-bot bot pushed a commit to rapidsai/ucx-py that referenced this pull request Jul 1, 2024
For rapidsai/build-planning#57, #1041 switched `ucx-py` over to `libucx` wheels. To test that that was working, it added some code to building scripts to remove system installations of UCX libraries.

That should no longer be necessary as of rapidsai/ci-imgs#154.

This proposes removing that code for managing system dependencies of UCX libraries, to simplify those build scripts a bit.

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

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #1053
rapids-bot bot pushed a commit to rapidsai/ucxx that referenced this pull request Jul 2, 2024
For rapidsai/build-planning#57, #226 switched `ucxx` over to `libucx` wheels. To test that that was working, it added some code to building scripts to remove system installations of UCX libraries.

That should no longer be necessary as of rapidsai/ci-imgs#154.

This proposes removing that code for managing system dependencies of UCX libraries, to simplify those build scripts a bit.

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

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Mike Sarahan (https://github.com/msarahan)

URL: #241
@jameslamb jameslamb mentioned this pull request Jul 22, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Introduces a breaking change improvement Improves an existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants