adbc-driver-postgresql: add build-adbc-driver-postgresql.yml for riscv64 wheels - #1654
Open
luhenry wants to merge 1 commit into
Open
adbc-driver-postgresql: add build-adbc-driver-postgresql.yml for riscv64 wheels#1654luhenry wants to merge 1 commit into
luhenry wants to merge 1 commit into
Conversation
…v64 wheels Builds libadbc_driver_postgresql.so via CMake against the manylinux image's own libpq-devel (vcpkg has no riscv64 binary cache), packages it into a py3-none wheel the way upstream's own relocate script does, and tests it against a local PostgreSQL instance on the runner.
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.
adbc-driver-postgresql1.12.0Compiles the libpq-based ADBC PostgreSQL driver (
c/driver/postgresql, C++ over libpq) intolibadbc_driver_postgresql.so, which the Python package loads via ctypes as apy3-nonewheel. Upstream publishes no riscv64 wheel.Mirrors upstream's own
packaging.ymlpython-manylinuxjob and itsci/scripts/python_wheel_unix_{build,relocate}.sh.Differs from upstream
libpq-develinstead of vcpkg - no riscv64 binary cache exists for vcpkg.Testing
License: OK
Built on cp312; wired against a local PostgreSQL for tests.