Skip to content

Commit edb0fc1

Browse files
committed
Revert "update protobuf version to 3.11.4 to match tensorflow-nightly (#1320)"
This reverts commit 07d833f.
1 parent 07d833f commit edb0fc1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

WORKSPACE

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ cuda_configure(name = "local_config_cuda")
1212

1313
http_archive(
1414
name = "com_google_protobuf",
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",
15+
sha256 = "cfcba2df10feec52a84208693937c17a4b5df7775e1635c1e3baffc487b24c9b",
16+
strip_prefix = "protobuf-3.9.2",
2017
urls = [
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",
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",
2320
],
2421
)
2522

0 commit comments

Comments
 (0)