Skip to content

pyfaup-rs: add build-pyfaup-rs.yml for riscv64 wheels - #1474

Merged
luhenry merged 1 commit into
mainfrom
pyfaup-rs
Sep 8, 2026
Merged

pyfaup-rs: add build-pyfaup-rs.yml for riscv64 wheels#1474
luhenry merged 1 commit into
mainfrom
pyfaup-rs

Conversation

@luhenry

@luhenry luhenry commented Sep 7, 2026

Copy link
Copy Markdown
Member

Compiles the PyO3 bindings for faup-rs, a zero-allocation URL parser. Upstream publishes no riscv64 wheel.

Mirrors the linux job of upstream's maturin.yml.

Differs from upstream

  • Drop musllinux - rustup ships no riscv64 musl target.
  • Install Rust toolchain in-container via rustup - cibuildwheel provides none.
  • Copy LICENSE beside python/pyproject.toml before build - maturin globs licence files relative to the pyproject directory, so upstream's own wheel ships none.

Testing

  • same as upstream

License: Package is GPL-3.0; upstream's own wheel ships no licence text, so the build adds it.

Built on cp312; 5 passed, 0 skipped.

luhenry added a commit that referenced this pull request Sep 7, 2026
@luhenry
luhenry merged commit ebc4f14 into main Sep 8, 2026
10 checks passed
@luhenry
luhenry deleted the pyfaup-rs branch September 8, 2026 08:40
@luhenry luhenry linked an issue Sep 8, 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.

pyfaup-rs riscv64 support

1 participant