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 31f48bf commit a528123
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
bazel_dep(name = "yaml-cpp", version = "0.8.0")
bazel_dep(name = "libarchive", version = "3.7.4.bcr.2")

git_override(
module_name = "libarchive",
commit = "5593000c81d6e1ee7505e5422fa7682f3fae0830",
remote = "https://github.com/thesayyn/bazel-central-registry.git",
)
bazel_dep(name = "libarchive", version = "3.7.5.bcr.1")

bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
Expand Down
1 change: 1 addition & 0 deletions bazel/common.bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
startup --windows_enable_symlinks
common --enable_bzlmod
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
common --registry=https://raw.githubusercontent.com/thesayyn/bazel-central-registry/5593000c81d6e1ee7505e5422fa7682f3fae0830 # temp
common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
common --registry=https://bcr.bazel.build
Expand Down
6 changes: 0 additions & 6 deletions test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ 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")

git_override(
module_name = "libarchive",
commit = "5593000c81d6e1ee7505e5422fa7682f3fae0830",
remote = "https://github.com/thesayyn/bazel-central-registry.git",
)

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

Expand Down

0 comments on commit a528123

Please sign in to comment.