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 RISC-V builds #388

Open
lengau opened this issue Oct 30, 2024 · 0 comments
Open

Add RISC-V builds #388

lengau opened this issue Oct 30, 2024 · 0 comments

Comments

@lengau
Copy link

lengau commented Oct 30, 2024

Related: #219

We'd like to get RISC-V builds of Python. The current Docker images are intentionally built for an old version of Debian, so a new Docker image would need to be made for building Python on riscv64. Debian 10 (stretch) is the first version that has the necessary gcc package.

I believe the necessary steps would be:

  1. Create a riscv64 Dockerfile with Debian 10
  2. Add the file to the image builder
  3. Add a risc-v option to build-main.py
  4. Add risc-v variants to the build job

I can probably do this (and test it) at some point :-)

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