Skip to content

pairmux: add build-pairmux.yml for riscv64 wheels - #947

Merged
luhenry merged 1 commit into
mainfrom
pairmux
Sep 5, 2026
Merged

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

Conversation

@luhenry

@luhenry luhenry commented Sep 4, 2026

Copy link
Copy Markdown
Member

Cross-compiles upstream's Go CLI binary and packages it the same way upstream does. Upstream publishes no riscv64 wheel.

Mirrors the validate job of upstream's release.yml.

Differs from upstream

  • Builds one wheel directly via go build + build_wheels.py, skipping goreleaser's .deb/.rpm/Homebrew outputs.

Testing

  • Drives the real binary through tmux (new/run/peek/kill), not just version, since the wheel ships no test suite (no sdist at all).

License: OK

Patches

  • 0001-packaging-add-riscv64-to-the-pypi-wheel-platform-tab.patch - To upstream [not submitted yet]. Without it build_wheels.py has no riscv64 entry and rejects the binary; reproduces on any arch, it's a plain dict lookup.

Built on cp312; smoke test passes on cp312/cp313/cp314/cp314t.

pairmux ships a prebuilt Go CLI binary as a py3-none-<platform> wheel with
no riscv64 build. Cross-compile it with the same CGO_ENABLED=0 goreleaser
recipe upstream uses for its other platforms, and patch build_wheels.py to
add the missing riscv64 platform-tag mapping.
@luhenry
luhenry merged commit 0882ef9 into main Sep 5, 2026
10 checks passed
@luhenry
luhenry deleted the pairmux branch September 5, 2026 05:29
@luhenry luhenry linked an issue Sep 5, 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.

pairmux riscv64 support

1 participant