gnureadline: add build-gnureadline.yml for riscv64 wheels - #1194
Merged
Conversation
Build-from-checkout cibuildwheel workflow mirroring upstream's own wheels.yaml. gnureadline statically links a GNU readline it builds from a vendored source tarball, so add a gpl_sources job that archives rl/ (the readline source, official patches, and build script) as the GPLv3 Corresponding Source, published alongside the wheels.
luhenry
added a commit
that referenced
this pull request
Sep 6, 2026
luhenry
added a commit
that referenced
this pull request
Sep 6, 2026
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.
gnureadline8.3.3Builds the standard Python
readlineextension statically linked against a GNU readline 8.3 the build compiles itself from a vendored tarball. Upstream publishes no riscv64 wheel.Mirrors upstream's
wheels.yaml(build-from-checkout, cibuildwheel).Differs from upstream
gpl_sourcesjob - archives the vendored readline source as Corresponding SourceTesting
python -c "import gnureadline", matching upstream's own wheels.yaml override of its pyproject.toml's pytest default)License: Statically links GNU readline 8.3 (GPL-3.0-or-later) built from a vendored tarball; the new
gpl_sourcesjob archives it and publishes it alongside the wheels.Built on cp312 riscv64 in a local manylinux_riscv64 rehearsal; wheel built, auditwheel-repaired, installed and imported successfully.