Skip to content

pyqwest: add build-pyqwest.yml for riscv64 wheels - #992

Merged
luhenry merged 1 commit into
mainfrom
pyqwest
Sep 6, 2026
Merged

pyqwest: add build-pyqwest.yml for riscv64 wheels#992
luhenry merged 1 commit into
mainfrom
pyqwest

Conversation

@luhenry

@luhenry luhenry commented Sep 6, 2026

Copy link
Copy Markdown
Member

Compiles a PyO3/maturin extension wrapping Rust's reqwest HTTP client, including HTTP/3 via quinn/h3. Upstream publishes no riscv64 wheel.

Mirrors upstream's release.yaml linux job.

Differs from upstream

  • Rust toolchain installed via CIBW_BEFORE_ALL_LINUX - upstream provisions it through maturin-action instead.

Matrix: cp310-abi3 (built on cp310, the floor pyo3/abi3-py310 claims, reused through cp314) + cp314t - same tags upstream publishes.

Testing

  • Drops upstream's pyvoy-based local server fixtures - pyvoy bundles Envoy and ships no riscv64 wheel.
  • Runs the pyvoy-independent subset instead: request/response/multipart construction, protocol-error framing over a raw socket, TLS option validation, and the sync timeout context manager.

License: OK

Built on cp312 (native locally, plus a riscv64gc-unknown-linux-gnu cross-check); 140 passed.

Adds a maturin/PyO3 build for pyqwest, a reqwest-based HTTP client. Mirrors
upstream's own release job: an abi3-py310 build reused across cp310-cp314,
plus a separate cp314t free-threaded build, both with the Rust toolchain
installed in-container. Testing drops upstream's pyvoy-based local server
(pyvoy bundles Envoy and has no riscv64 wheel) and runs the pyvoy-independent
subset of the suite instead: request/response/multipart construction,
protocol-error framing over a raw socket, TLS option validation, and the
sync timeout context manager.
@luhenry
luhenry merged commit 231cd20 into main Sep 6, 2026
7 checks passed
@luhenry
luhenry deleted the pyqwest branch September 6, 2026 08:41
@luhenry luhenry linked an issue Sep 6, 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.

pyqwest riscv64 support

1 participant