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

Containerize the wheel build process #460

Open
legoktm opened this issue Jul 31, 2023 · 0 comments
Open

Containerize the wheel build process #460

legoktm opened this issue Jul 31, 2023 · 0 comments

Comments

@legoktm
Copy link
Member

legoktm commented Jul 31, 2023

The wheel build process is a good first target for containerization since it's all self-contained in this repository.

The basic workflow is:

  1. Get a project name plus requirements.txt/poetry.lock
  2. Extract the names plus versions of packages to build from the input files
  3. Download the source tarballs
  4. Build the wheels using build. If the package contains compiled code, build it on both bullseye and bookworm
  5. Update and sign the new sha256sums.txt files
  6. Update build-requirements.txt in the component repos

Nearly everything is version agnostic and can be done from the host except for step 4, which is the main benefit we get from isolation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant