mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
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
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