Conversation
Builds cp312/cp313/cp314/cp314t wheels for asyncmy's Cython MySQL/MariaDB protocol extensions on manylinux_riscv64, mirroring upstream's pypi.yml cibuildwheel build. Patches the removed cpython-freethreading cibuildwheel enable group out of pyproject.toml (this repo pins cibuildwheel 4.2.0, where the group no longer exists) and tests the DB-independent subset of the suite, since MySQL/MariaDB publish no riscv64 image for the service container upstream's own CI relies on.
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.
asyncmy0.2.14Compiles asyncmy's Cython implementation of the MySQL/MariaDB wire protocol (charset, connection, converters, cursors, errors, pool, protocol) into per-interpreter riscv64 extensions. Upstream publishes no riscv64 wheel.
Mirrors upstream's
pypi.yml.Differs from upstream
cpython-freethreadingcibuildwheel enable group - this repo pins cibuildwheel 4.2.0, which rejects it.Testing
test_converters.py,test_dbapi.py,test_errors.py,test_free_threading.py,test_gtid.py) - the rest of the suite needs a live MySQL/MariaDB server, and neither publishes a riscv64 image for theservices:container upstream's own CI uses.License: OK
Patches
0001-pyproject-drop-the-cpython-freethreading-enable-group.patch- Inappropriate [upstream's own CI pins cibuildwheel v3.3.1, where the group is still valid]. Without it, cibuildwheel 4.2.0 fails to parse[tool.cibuildwheel]and no interpreter builds. Reproduces on any host, not riscv64-only.Built on cp312; 14 passed, 2 skipped (the free-threading tests, which need a
cp314tbuild).