Skip to content

Commit 645c0b4

Browse files
committed
update protobuf version to 3.11.4 to match tensorflow-nightly
1 parent b00c128 commit 645c0b4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

WORKSPACE

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ cuda_configure(name = "local_config_cuda")
1212

1313
http_archive(
1414
name = "com_google_protobuf",
15-
sha256 = "cfcba2df10feec52a84208693937c17a4b5df7775e1635c1e3baffc487b24c9b",
16-
strip_prefix = "protobuf-3.9.2",
15+
patch_cmds = [
16+
"""sed -i.bak 's/@six\\/\\/:six/\\/\\/external:six/g' BUILD""",
17+
],
18+
sha256 = "9748c0d90e54ea09e5e75fb7fac16edce15d2028d4356f32211cfa3c0e956564",
19+
strip_prefix = "protobuf-3.11.4",
1720
urls = [
18-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/protocolbuffers/protobuf/archive/v3.9.2.zip",
19-
"https://github.com/protocolbuffers/protobuf/archive/v3.9.2.zip",
21+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/protocolbuffers/protobuf/archive/v3.11.4.zip",
22+
"https://github.com/protocolbuffers/protobuf/archive/v3.11.4.zip",
2023
],
2124
)
2225

0 commit comments

Comments
 (0)