Conversation
luhenry
added a commit
that referenced
this pull request
Sep 12, 2026
luhenry
force-pushed
the
pygame-ce
branch
2 times, most recently
from
September 12, 2026 10:35
43fe20a to
a87da61
Compare
cibuildwheel's default uv pip install numpy (pygame-ce's own [tool.cibuildwheel] test-requires) doesn't reliably resolve PyPI's newest numpy releases via just PIP_EXTRA_INDEX_URL when uv is the installer; needs its own UV_* env vars too, same fix minorminer's port needed. Also temporarily captures CI diagnostics via GITHUB_STEP_SUMMARY/upload-artifact: riscv64 self-hosted runner jobs killed mid-step never flush their GH Actions step log to blob storage (gh api .../jobs/<id>/logs 404s BlobNotFound even for a job that otherwise completes normally).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pygame-ce2.5.8Compiles pygame-ce's SDL2-based C/Cython extensions via its meson-python build. Upstream publishes no riscv64 wheel.
Mirrors upstream's
build-manylinux.yml.Differs from upstream
Matrix: cp310-cp315, no cp314t/cp315t (pygame-ce ships no free-threaded build)
Testing
License: Wheel bundles SDL2/SDL2_image/SDL2_ttf/SDL2_mixer/portmidi and several Rocky 10 system libraries (mpg123 and jbigkit are GPL); upstream ships no licence text for any of them, so the build adds it and archives the GPL sources.
Built on cp312; N passed, M skipped.