Fix protobuf.patch label in tensorflow repository.

PiperOrigin-RevId: 816890159
This commit is contained in:
Yulia Baturina 2025-10-08 15:41:09 -07:00 committed by TensorFlower Gardener
parent 463b01088b
commit 735467e89c
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ def python_init_rules(extra_patches = []):
tf_http_archive(
name = "com_google_protobuf",
patch_file = ["//third_party/protobuf:protobuf.patch"],
patch_file = ["@local_xla//third_party/protobuf:protobuf.patch"],
sha256 = "6e09bbc950ba60c3a7b30280210cd285af8d7d8ed5e0a6ed101c72aff22e8d88",
strip_prefix = "protobuf-6.31.1",
urls = tf_mirror_urls("https://github.com/protocolbuffers/protobuf/archive/refs/tags/v6.31.1.zip"),

View File

@ -24,7 +24,7 @@ def python_init_rules(extra_patches = []):
tf_http_archive(
name = "com_google_protobuf",
patch_file = ["//third_party/protobuf:protobuf.patch"],
patch_file = ["@local_xla//third_party/protobuf:protobuf.patch"],
sha256 = "6e09bbc950ba60c3a7b30280210cd285af8d7d8ed5e0a6ed101c72aff22e8d88",
strip_prefix = "protobuf-6.31.1",
urls = tf_mirror_urls("https://github.com/protocolbuffers/protobuf/archive/refs/tags/v6.31.1.zip"),