python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
> Wouldn't it make more sense to have this complicated launcher **only if** the Python path contains a space? > > Because the Python startup time is already slow enough,...
A dependency to libatomic was added in #400. The libatomic inclusion might be concerning because it isn't listed in the LSB at https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Common/LSB-Common/requirements.html. While the LSB may not be the...
This discussion is prompted by https://github.com/python/cpython/issues/127708#issuecomment-2524172362 We do not release or test these distributions, but we build them. We build the following targets for all Python verisons: - `mips-unknown-linux-gnu` -...
It seems that `cpython-3.10.16+20241206-x86_64_v4-unknown-linux-gnu-install_only_stripped.tar.gz` only contains files, but doesn't record directories. This makes it looks different from any other `.tar.gz` I've opened in my archive manager (file-roller). Rebuilding the same...
A regression like #405 shouldn't make it to the release stage — and we shouldn't need to do manual testing. We should automate more extensive test coverage, notably using the...
This adds build attestations for our builds, following the guides here: https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds#generating-build-provenance-for-binaries Closes #343