Skip to content

Commit

Permalink
Clarify expiry of repo_mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Raven Black <ravenblack@dropbox.com>
  • Loading branch information
ravenblackx committed Mar 1, 2024
1 parent c76a2e7 commit a301a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ def _com_github_grpc_grpc():
name = "com_github_grpc_grpc",
patch_args = ["-p1"],
patches = ["@envoy//bazel:grpc.patch"],
# Needed until grpc updates its naming.
# Needed until grpc updates its naming (v1.62.0)
repo_mapping = {"@com_github_cncf_udpa": "@com_github_cncf_xds"},
)
external_http_archive("build_bazel_rules_apple")
Expand Down

0 comments on commit a301a6b

Please sign in to comment.