Skip to content

Commit 8e52fe0

Browse files
committed
chore: bzlmod updates
1 parent 1567b15 commit 8e52fe0

File tree

10 files changed

+9461
-77
lines changed

10 files changed

+9461
-77
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.2
1+
7.1.0

MODULE.bazel

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@ bazel_dep(name = "ecsact_codegen", version = "0.1.2")
1616
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
1717
bazel_dep(name = "magic_enum", version = "0.9.3")
1818
bazel_dep(name = "docopt.cpp", version = "0.6.2")
19-
bazel_dep(name = "rules_ecsact", version = "0.4.5")
19+
bazel_dep(name = "rules_ecsact", version = "0.4.9")
2020
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
21-
bazel_dep(name = "yaml-cpp")
2221
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
22+
bazel_dep(name = "toolchains_llvm", version = "0.10.3")
23+
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
24+
bazel_dep(name = "yaml-cpp")
2325

2426
git_override(
2527
module_name = "yaml-cpp",
2628
commit = "37f1b8b8c9e5172ff3a79a3d5fdbb87f2994842b",
2729
remote = "https://github.com/jbeder/yaml-cpp",
2830
)
31+
32+
git_override(
33+
module_name = "hedron_compile_commands",
34+
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
35+
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
36+
)

0 commit comments

Comments
 (0)