Skip to content

Commit

Permalink
chore: update libarchive and wip recipe bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 30, 2024
1 parent 43bb338 commit 6819a61
Show file tree
Hide file tree
Showing 5 changed files with 1,312 additions and 136 deletions.
12 changes: 7 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,28 @@ module(

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "nlohmann_json", version = "3.11.3")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "ecsact_parse", version = "0.4.0")
bazel_dep(name = "ecsact_runtime", version = "0.6.1")
bazel_dep(name = "ecsact_interpret", version = "0.6.0")
bazel_dep(name = "ecsact_codegen", version = "0.2.0")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "curl", version = "8.4.0.bcr.1")
bazel_dep(name = "curl", version = "8.7.1.bcr.1")
bazel_dep(name = "docopt.cpp", version = "0.6.2")
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.2.bcr.4")
bazel_dep(name = "libarchive", version = "3.7.3")

# TODO: https://github.com/bazelbuild/bazel-central-registry/pull/1916
git_override(
module_name = "libarchive",
commit = "9bab96c6912ab3e584942987ca59d8a0836176b2",
remote = "https://github.com/zaucy/libarchive.git",
commit = "ff54c610fde57bb5b47b34b972c90300f758e054",
)

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

0 comments on commit 6819a61

Please # to comment.