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

Build wheels using new single image workflow #3525

Merged
merged 15 commits into from
May 4, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Apr 28, 2023

Up until now wheel builds have been using a two-pass, Docker-in-Docker approach that involves having one container run cibuildwheel, which in turn launches a manylinux container in which the build occurs. This approach is cumbersome to work with and makes it difficult to create local builds that match CI exactly. This PR updates to using the new single-image workflow in rapidsai/shared-workflows#71 that uses a new set of Docker images built just for RAPIDS and eschews cibuildwheel in favor of launching pip wheel directly. This approach should be far easier to make maintain and make work locally. It also removes our dependence on modifying upstream pypa manylinux images, which is fairly difficult to maintain.

@vyasr vyasr added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 28, 2023
@vyasr vyasr self-assigned this Apr 28, 2023
@vyasr vyasr changed the title Test new workflow Build wheels using new single image workflow Apr 29, 2023
@vyasr vyasr marked this pull request as ready for review May 3, 2023 21:27
@vyasr vyasr requested a review from a team as a code owner May 3, 2023 21:27
@vyasr
Copy link
Contributor Author

vyasr commented May 3, 2023

/merge

@rlratzel
Copy link
Contributor

rlratzel commented May 4, 2023

@vyasr thank you for these updates. Can you also update the description to include at least an executive summary (or link to it elsewhere) to what the single image workflow is? I didn't feel like I had enough background to properly review.

@vyasr
Copy link
Contributor Author

vyasr commented May 4, 2023

@rlratzel updated. But agreed, I think there's a lot to unpack here and not enough context for someone without background. I am happy to walk you through more of the workflow if you like so that you can see how things are working under the hood now.

Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

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

Thanks for adding the background info, @vyasr

@rapids-bot rapids-bot bot merged commit 7a127c6 into rapidsai:branch-23.06 May 4, 2023
@vyasr vyasr deleted the feat/manylinux_v2 branch May 4, 2023 03:53
rapids-bot bot pushed a commit that referenced this pull request May 10, 2023
The build workflow was not updated along with the pr workflow in #3525

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #3547
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants