Skip to content

Commit 61744c0

Browse files
committed
chore: boost docopt regex
1 parent 88d4178 commit 61744c0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ bazel_dep(name = "googletest", version = "1.14.0.bcr.1")
1818
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
1919
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
2020
bazel_dep(name = "tracy", version = "0.11.1.edr.2")
21+
bazel_dep(name = "docopt.cpp", version = "0.6.2")
2122

2223
bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True)
2324
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
25+
2426
git_override(
2527
module_name = "hedron_compile_commands",
2628
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

bazel/common.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/ma
44
common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
55
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
66
common --registry=https://bcr.bazel.build
7+
common --@docopt.cpp//:use_boost_regex
78
build --enable_platform_specific_config
89
build --incompatible_enable_cc_toolchain_resolution
910
build --incompatible_strict_action_env

test/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ bazel_dep(name = "entt", version = "3.12.2")
1212
bazel_dep(name = "ecsact_cli", version = "0.3.22")
1313
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
1414
bazel_dep(name = "tracy", version = "0.11.1.edr.2")
15+
bazel_dep(name = "docopt.cpp", version = "0.6.2")
16+
bazel_dep(name = "xxhash", version = "0.8.2")
1517

1618
bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True)
1719
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
@@ -22,8 +24,6 @@ git_override(
2224
)
2325

2426
bazel_dep(name = "ecsact_rt_entt")
25-
bazel_dep(name = "xxhash", version = "0.8.2")
26-
2727
local_path_override(
2828
module_name = "ecsact_rt_entt",
2929
path = "..",

0 commit comments

Comments
 (0)