Skip to content

Commit

Permalink
chore: testing libarchive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Nov 20, 2024
1 parent 61a17c0 commit 31f48bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "ecsact_runtime", version = "0.6.5")

# TODO: https://github.com/bazelbuild/bazel-central-registry/pull/1916
git_override(
module_name = "libarchive",
commit = "7c331f92acea5243c195cdc6fb46ecfa11ce1ce2",
remote = "https://github.com/zaucy/libarchive.git",
commit = "5593000c81d6e1ee7505e5422fa7682f3fae0830",
remote = "https://github.com/thesayyn/bazel-central-registry.git",
)

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
Expand Down

0 comments on commit 31f48bf

Please sign in to comment.