astral-sh / astral-sh/python-build-standalone
Run tests for cross-arch builds via qemu
Open
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
Over in uv we use uraimo/run-on-arch-action to test our cross-compiled artifacts on other arches using Docker + qemu-user-static. We should do the same in python-build-standalone - we currently skip running the interpreter tests (`validate-distribution --run`) on cross-arches. See e.g. https://github.com/astral-sh/python-build-standalone/actions/runs/16208167880?pr=694 which ought to be failing on all arches.
Contributor guide
Assessment
This issue has not been assessed yet.