mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Ripunzip: use new archives
This commit is contained in:
@@ -273,19 +273,19 @@ lfs_archive = use_repo_rule("//misc/bazel:lfs.bzl", "lfs_archive")
|
||||
|
||||
lfs_archive(
|
||||
name = "ripunzip-linux",
|
||||
src = "//misc/ripunzip:ripunzip-Linux.zip",
|
||||
src = "//misc/ripunzip:ripunzip-Linux.tar.zst",
|
||||
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
|
||||
)
|
||||
|
||||
lfs_archive(
|
||||
name = "ripunzip-windows",
|
||||
src = "//misc/ripunzip:ripunzip-Windows.zip",
|
||||
src = "//misc/ripunzip:ripunzip-Windows.tar.zst",
|
||||
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
|
||||
)
|
||||
|
||||
lfs_archive(
|
||||
name = "ripunzip-macos",
|
||||
src = "//misc/ripunzip:ripunzip-macOS.zip",
|
||||
src = "//misc/ripunzip:ripunzip-macOS.tar.zst",
|
||||
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
|
||||
)
|
||||
|
||||
|
||||
BIN
misc/ripunzip/ripunzip-Linux.zip
(Stored with Git LFS)
BIN
misc/ripunzip/ripunzip-Linux.zip
(Stored with Git LFS)
Binary file not shown.
BIN
misc/ripunzip/ripunzip-Windows.zip
(Stored with Git LFS)
BIN
misc/ripunzip/ripunzip-Windows.zip
(Stored with Git LFS)
Binary file not shown.
BIN
misc/ripunzip/ripunzip-macOS.zip
(Stored with Git LFS)
BIN
misc/ripunzip/ripunzip-macOS.zip
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user