Skip to content

adbc-driver-sqlite: add build-adbc-driver-sqlite.yml for riscv64 wheels - #1740

Merged
luhenry merged 2 commits into
mainfrom
adbc-driver-sqlite
Sep 12, 2026
Merged

adbc-driver-sqlite: add build-adbc-driver-sqlite.yml for riscv64 wheels#1740
luhenry merged 2 commits into
mainfrom
adbc-driver-sqlite

Conversation

@luhenry

@luhenry luhenry commented Sep 11, 2026

Copy link
Copy Markdown
Member

Compiles the SQLite-based ADBC driver (c/driver/sqlite, C++ over libsqlite3) into libadbc_driver_sqlite.so, which the Python package loads via ctypes as a py3-none wheel. Upstream publishes no riscv64 wheel.

Mirrors upstream's own packaging.yml python-manylinux job and its ci/scripts/python_wheel_unix_{build,relocate}.sh.

Differs from upstream

  • libsqlite3 comes from the manylinux image's sqlite-devel instead of vcpkg - no riscv64 binary cache exists for vcpkg.
  • No cibuildwheel - the wheel is interpreter-independent, so the image is driven directly instead.

Testing

  • Runs the real pytest suite; SQLite is an embedded database, so no external service is needed, unlike the adbc-driver-postgresql port.

License: OK

Built on cp312.

luhenry added a commit that referenced this pull request Sep 11, 2026
@luhenry
luhenry merged commit 2cb5a89 into main Sep 12, 2026
6 checks passed
@luhenry
luhenry deleted the adbc-driver-sqlite branch September 12, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant