Skip to content

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

Open
luhenry wants to merge 1 commit into
mainfrom
shellcheck-py
Open

shellcheck-py: add build-shellcheck-py.yml for riscv64 wheels#946
luhenry wants to merge 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

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.

1 participant