Skip to content

shellcheck-py: add build-shellcheck-py.yml for riscv64 wheels - #946

Merged
luhenry merged 1 commit into
mainfrom
shellcheck-py
Sep 5, 2026
Merged

shellcheck-py: add build-shellcheck-py.yml for riscv64 wheels#946
luhenry merged 1 commit into
mainfrom
shellcheck-py

Conversation

@luhenry

@luhenry luhenry commented Sep 4, 2026

Copy link
Copy Markdown
Member

Downloads and repackages the prebuilt shellcheck binary from koalaman/shellcheck's GitHub releases into a platform-tagged wheel; nothing is compiled. Upstream publishes no riscv64 wheel, though setup.cfg already carries a riscv64 download entry for the shellcheck binary itself (koalaman/shellcheck v0.11.0 ships one).

Mirrors upstream's own pip wheel --no-deps --wheel-dir wheels . build, driven inside the manylinux_2_39_riscv64 image so the wheel gets a manylinux tag.

Differs from upstream

  • Forces --plat-name=manylinux_2_39_riscv64 on setup.py bdist_wheel - upstream's own CI never builds a tagged Linux wheel itself (only Windows/macOS get wheel-tags: true).

Testing

  • same as upstream (shellcheck --version, shellcheck --help)

License: OK

@luhenry
luhenry merged commit dfde5ab into main Sep 5, 2026
6 checks passed
@luhenry
luhenry deleted the shellcheck-py branch September 5, 2026 05:30
@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.

shellcheck-py riscv64 support

1 participant