File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,11 @@ cuda_configure(name = "local_config_cuda")
12
12
13
13
http_archive (
14
14
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" ,
20
17
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" ,
23
20
],
24
21
)
25
22
You can’t perform that action at this time.
0 commit comments