Skip to content

Commit 0bcc4dc

Browse files
authored
ci: fix bazel/deps-cache.py (#14912)
1 parent 2a5216d commit 0bcc4dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ bazel_dep(name = "pugixml", version = "1.14.bcr.1", dev_dependency = True, repo_
4343
bazel_dep(name = "zlib", version = "1.3.1.bcr.4")
4444
bazel_dep(name = "c-ares", version = "1.16.1", repo_name = "com_github_cares_cares")
4545

46+
# Pin this to fix a break in bazel/deps-cache.py
47+
bazel_dep(name = "protoc-gen-validate", version = "1.0.4.bcr.2", dev_dependency = True, repo_name = "com_envoyproxy_protoc_gen_validate")
48+
4649
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
4750
python.toolchain(
4851
ignore_root_user_error = True,

0 commit comments

Comments
 (0)