Skip to content

solders: add build-solders.yml for riscv64 wheels - #1650

Merged
luhenry merged 1 commit into
mainfrom
solders
Sep 10, 2026
Merged

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

Conversation

@luhenry

@luhenry luhenry commented Sep 8, 2026

Copy link
Copy Markdown
Member

Compiles solders, PyO3/maturin Python bindings for the Solana Rust SDK (transactions, keypairs, RPC types, and a LiteSVM test harness), into an abi3 wheel. Upstream publishes no riscv64 wheel.

Mirrors the linux-x86_64 job of upstream's build.yml.

Differs from upstream

  • Installs perl in-container before the build - openssl-sys's vendored OpenSSL build needs modules the image's minimal perl lacks.

Matrix: cp310-abi3 wheel reused across cp310-cp314; cp314t dropped - pyo3's abi3-py310 feature is unconditional in Cargo.toml, and an abi3 wheel cannot serve a free-threaded interpreter.

Testing

  • same as upstream

License: OK

Built on cp312 (aarch64, local, upstream's released wheel); 317 passed.

@luhenry
luhenry merged commit 85f53fa into main Sep 10, 2026
6 checks passed
@luhenry
luhenry deleted the solders branch September 10, 2026 10:41
@luhenry luhenry linked an issue Sep 10, 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.

solders riscv64 support

1 participant