Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ manylinux-aarch64-image = "manylinux2014"
manylinux-ppc64le-image = "manylinux2014"
manylinux-s390x-image = "manylinux2014"
manylinux-armv7l-image = "manylinux_2_31"
manylinux-riscv64-image = "manylinux_2_39"
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_31:2025.08.02-2"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do you happen to have a link to the updated Dockerfile ?

(Could not find it looking at https://github.com/mayeut/manylinux/branches)

Copy link
Copy Markdown
Contributor Author

@mayeut mayeut Aug 3, 2025

Choose a reason for hiding this comment

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

Do you happen to have a link to the updated Dockerfile ?

Those images are not part of pypa/manylinux or my fork but are maintained in a different repository: https://github.com/mayeut/manylinux-ubuntu

The python packages come from a ppa (one per distro version, in this case https://launchpad.net/~mayeut-github/+archive/ubuntu/python-focal/+packages) which rebuilds packages from the deadsnakes ppa for all platforms (deadsnakes currently does not build for riscv64).

They get the same tools as pypa/manylinux images & run the same set of tests (using a sub-module on pypa/manylinux).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the thorough answer 🙏 And for maintaining the associated infrastructure 💯

musllinux-x86_64-image = "musllinux_1_2"
musllinux-i686-image = "musllinux_1_2"
musllinux-aarch64-image = "musllinux_1_2"
Expand Down