Skip to content

fastobo: add build-fastobo.yml for riscv64 wheels - #1788

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

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

Conversation

@luhenry

@luhenry luhenry commented Sep 11, 2026

Copy link
Copy Markdown
Member

Compiles the fastobo-py PyO3/maturin extension, a Rust binding around the fastobo crate for parsing and validating OBO (Open Biomedical Ontologies) format files. Upstream publishes no riscv64 wheel.

Mirrors the wheel-linux-x86_64 job of upstream's publish.yml; upstream's own pyproject.toml already installs rustup and sets PATH for the Linux build, so the workflow only adds riscv64 selection.

Differs from upstream

  • musllinux dropped - rustup.rs ships no riscv64 musl toolchain, the usual constraint for Rust extensions here.

Testing

  • same as upstream

License: OK

Verified locally against the published PyPI wheel: python -m unittest discover -s . -v from the v0.14.1 checkout, 189 tests ran, OK (3 expected failures). cargo check --features extension-module also compiles cleanly.

luhenry added a commit that referenced this pull request Sep 11, 2026
@luhenry
luhenry merged commit aa3e79d into main Sep 12, 2026
9 checks passed
@luhenry
luhenry deleted the fastobo branch September 12, 2026 19:29
@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.

fastobo riscv64 support

1 participant