Conversation
Build-from-checkout cibuildwheel port of upstream's bin/build_manylinux_2_28_wheel.sh: libuv 1.52.1 and the vendored scylladb cpp-driver are built statically in before-all, the Cython module is generated per interpreter, and OpenSSL is bundled by auditwheel. Upstream tests against the cassandra:latest image, which has no riscv64 build, so the same Cassandra release (5.0.9) runs on a pinned Temurin 17 riscv64 JRE inside the build container, configured with upstream's conf/cassandra/cassandra.yaml and bin/make_test_certs.sh. The wheel also ships the licence notices of cpp-driver (and its third_party code), libuv and OpenSSL, which upstream's wheels omit.
luhenry
added a commit
that referenced
this pull request
Sep 25, 2026
Contributor
|
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.
acsylla1.1.0Compiles a Cython extension statically linked against the vendored ScyllaDB cpp-driver and libuv. Upstream publishes no riscv64 wheel.
Mirrors upstream's
release-linux-aarch64.ymland itsbin/build_manylinux_2_28_wheel.sh.Differs from upstream
docker runper interpretercassandra:latesthas no riscv64 image - same Cassandra 5.0.9 on a pinned Temurin 17 riscv64 JRE in the containerTesting
pytest -v testsagainst a live Cassandra with upstream's config and test certificates)License: Wheel bundles cpp-driver and its third-party code (Apache-2.0, MIT, BSD), libuv (MIT) and OpenSSL (Apache-2.0); upstream ships no licence text for them, so the build adds it.
Built on cp312 under QEMU; 385 passed across the session, SSL, statement and CQL type suites.