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.
Related: https://github.com/indygreg/python-build-standalone/issues/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:
I can probably do this (and test it) at some point :-)