mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Fix protobuf.patch label in tensorflow repository.
PiperOrigin-RevId: 816890159
This commit is contained in:
parent
463b01088b
commit
735467e89c
2
third_party/py/python_init_rules.bzl
vendored
2
third_party/py/python_init_rules.bzl
vendored
|
|
@ -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"),
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user