File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ cuda_configure(name = "local_config_cuda")
1212
1313http_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
You can’t perform that action at this time.
0 commit comments