Skip to content

toons: add build-toons.yml for riscv64 wheels - #918

Merged
luhenry merged 1 commit into
mainfrom
toons
Sep 4, 2026
Merged

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

Conversation

@luhenry

@luhenry luhenry commented Sep 4, 2026

Copy link
Copy Markdown
Member

A PyO3 extension implementing TOON (Token-Oriented Object Notation), a token-efficient JSON alternative for LLM prompts. Upstream publishes no riscv64 wheel.

Mirrors upstream's CI.yml linux job.

Differs from upstream

  • Rust toolchain installed via rustup in before-all - upstream's PyO3/maturin-action bundles it, plain cibuildwheel doesn't.
  • musllinux dropped - rustup.rs ships no riscv64 musl toolchain.

Matrix: one cp37-abi3 wheel plus cp314t, matching what upstream publishes.

Testing

  • same as upstream

License: OK

Built on cp312 and cp314t; 753 passed, 1 xfailed each.

Adds a riscv64 wheel build for toons, a PyO3/maturin extension
implementing TOON (Token-Oriented Object Notation) serialization.
Upstream publishes no riscv64 wheel.
@luhenry
luhenry merged commit 269c1e6 into main Sep 4, 2026
7 checks passed
@luhenry
luhenry deleted the toons branch September 4, 2026 09:51
@luhenry luhenry mentioned this pull request Sep 4, 2026
@luhenry luhenry linked an issue Sep 4, 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.

toons riscv64 support

1 participant