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")
12
12
13
13
http_archive (
14
14
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" ,
17
20
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" ,
20
23
],
21
24
)
22
25
You can’t perform that action at this time.
0 commit comments