Skip to content

connectorx: add build-connectorx.yml for riscv64 wheels - #1797

Merged
luhenry merged 1 commit into
mainfrom
connectorx
Sep 12, 2026
Merged

luhenry merged 1 commit into
mainfrom
connectorx

Conversation

@luhenry

@luhenry luhenry commented Sep 11, 2026

Copy link
Copy Markdown
Member

Compiles connectorx's PyO3/maturin extension, a fast database-to-dataframe loader with pluggable Postgres/MySQL/SQLite/MSSQL/Oracle/BigQuery/Trino backends. Upstream publishes no riscv64 wheel.

Mirrors upstream's release.yml Linux job.

Differs from upstream

  • manylinux_2_28 -> manylinux_2_39 - riscv64 has no 2_28 image; 2_39 is this repo's riscv64 baseline.
  • before-script-linux installs perl (full), not perl-core - Rocky 10 lacks FindBin/Time::Piece (gotcha 46).
  • Drops mysql-devel/postgresql-devel/freetds-devel/libatomic from upstream's package list - unused by any of connectorx's (pure-Rust) DB clients.

Matrix: cp312/cp313/cp314 - repo floor; no cp314t since upstream doesn't ship it until 0.4.6a2.

Testing

  • same as upstream (pip install *.whl; python -c "import connectorx")

License: OK

luhenry added a commit that referenced this pull request Sep 11, 2026
@luhenry
luhenry merged commit f0d5296 into main Sep 12, 2026
8 checks passed
@luhenry
luhenry deleted the connectorx branch September 12, 2026 19:31
@luhenry luhenry linked an issue Sep 12, 2026 that may be closed by this pull request
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.

connectorx riscv64 support

1 participant