Files
codeql/misc/ripunzip
Paolo Tranquilli b4974ff19b Add arm64 Linux support to prebuilt ripunzip
The `ripunzip_archive` repository rule downloaded a prebuilt ripunzip for
the host platform, but the Linux branch was hardcoded to the amd64 deb,
so on an arm64 Linux host it would fetch an x86 binary. Switch on
`repository_ctx.os.arch` (mirroring the macOS branch) to select the
arm64 deb, which ripunzip publishes for the pinned version.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c6404a7a-35d7-4294-b3b6-9231ca15ef25
2026-07-30 18:24:37 +02:00
..
2025-11-18 17:23:59 +01:00
2024-06-05 14:46:59 +02:00
2024-06-05 14:46:59 +02:00

These LFS files are distributions of ripunzip, compiled with this workflow. A copy of the ripunzip license is included.

ripunzip can easily be made available on the system by running

bazel run //misc/ripunzip:install

By default, it will be installed in ~/.local/bin. The target can be changed with

bazel run //misc/ripunzip:install -- /path/to/installation/dir