Skip to content

Commit 1d17c15

Browse files
committed
Add missing benchmark deps
These are not needed for the build itself, but not having the right deps broke bazel query.
1 parent c155750 commit 1d17c15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ http_archive(
6666
url = "https://github.com/google/benchmark/archive/refs/tags/v1.8.2.tar.gz",
6767
)
6868

69+
load("@com_google_benchmark//:bazel/benchmark_deps.bzl", "benchmark_deps")
70+
71+
benchmark_deps()
72+
6973
# Using latest brotli commit due to macOS and clang-cl compile issues with v1.0.9, switch to a
7074
# release version later.
7175
http_archive(

0 commit comments

Comments
 (0)