Skip to content

Commit 6dd6ca9

Browse files
meringejona86
authored andcommittedJul 11, 2024·
Remove udpa aa repo alias for xds
1 parent dcb1c01 commit 6dd6ca9

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed
 

‎MODULE.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ grpc_repo_deps_ext = use_extension("@com_github_grpc_grpc//bazel:grpc_deps.bzl",
7070
use_repo(
7171
grpc_repo_deps_ext,
7272
"com_envoyproxy_protoc_gen_validate",
73-
"com_github_cncf_udpa",
7473
"opencensus_proto",
7574
)
7675

‎repositories.bzl

-10
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,6 @@ IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS = {
8787

8888
def grpc_java_repositories(bzlmod = False):
8989
"""Imports dependencies for grpc-java."""
90-
if not native.existing_rule("com_github_cncf_udpa"):
91-
http_archive(
92-
name = "com_github_cncf_udpa",
93-
sha256 = "0d33b83f8c6368954e72e7785539f0d272a8aba2f6e2e336ed15fd1514bc9899",
94-
strip_prefix = "xds-e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7",
95-
urls = [
96-
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/cncf/xds/archive/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz",
97-
"https://github.com/cncf/xds/archive/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz",
98-
],
99-
)
10090
if not native.existing_rule("com_github_cncf_xds"):
10191
http_archive(
10292
name = "com_github_cncf_xds",

‎xds/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ java_library(
6363
java_proto_library(
6464
name = "xds_protos_java",
6565
deps = [
66-
"@com_github_cncf_udpa//udpa/type/v1:pkg",
66+
"@com_github_cncf_xds//udpa/type/v1:pkg",
6767
"@com_github_cncf_xds//xds/data/orca/v3:pkg",
6868
"@com_github_cncf_xds//xds/service/orca/v3:pkg",
6969
"@com_github_cncf_xds//xds/type/v3:pkg",

0 commit comments

Comments
 (0)
Please sign in to comment.