pymongoarrow: add build-pymongoarrow.yml for riscv64 wheels - #1777
Open
luhenry wants to merge 3 commits into
Open
pymongoarrow: add build-pymongoarrow.yml for riscv64 wheels#1777luhenry wants to merge 3 commits into
luhenry wants to merge 3 commits into
Conversation
luhenry
added a commit
that referenced
this pull request
Sep 11, 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.
pymongoarrow1.15.0Cython extension bridging BSON, PyArrow and NumPy, linked against a from-source libbson and the pyarrow wheel's own Arrow C++ libraries. Upstream publishes no riscv64 wheel.
Mirrors upstream's
dist-python.ymland the checkout's own[tool.cibuildwheel]config, adapted for riscv64.Differs from upstream
CMAKE_POLICY_VERSION_MINIMUM=3.5- CMake 4 in the image rejects an old floor somewhere under libbson's treeCIBW_BEFORE_BUILDbuilds libbson directly - upstream's dev-group sync pulls in watchfiles, which has no riscv64 Rust targetLIBBSON_INSTALL_DIRpinned absolute - before-build and the CMake configure run with different working directoriesPIP_EXTRA_INDEX_URL/scopedPIP_ONLY_BINARY- pyarrow/numpy/pymongo have no riscv64 wheel on PyPITesting
build-pymongo.ymldocuments for the driverLicense: OK
Built on cp312; 58 passed, 0 skipped.