indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

Upgrade armv7 builds to release #235

Closed charliermarsh closed 3 months ago

charliermarsh commented 3 months ago

Summary

Upgrades armv7-unknown-linux-gnueabi and the hard-float variant armv7-unknown-linux-gnueabihf to be included in the release. These variants are already built, though they haven't been extensively tested as per the linked issue.

Closes https://github.com/indygreg/python-build-standalone/issues/203.

charliermarsh commented 3 months ago

@indygreg - how would you suggest testing these?

indygreg commented 3 months ago

how would you suggest testing these?

https://gcc.gnu.org/wiki/CompileFarm is always a good bet for access to random machine architectures.

In the past, I've published releases from new architectures without any explicit testing. I ask a potential user to spot test them. Or I just call out the builds are untested in the release notes and rely on people to file issues if anything is seriously broken.