@@ -61,50 +61,6 @@ http_archive(
6161 urls = ["https://github.com/protocolbuffers/protobuf-javascript/archive/861c8020a5c0cba9b7cdf915dffde96a4421a1f4.tar.gz" ],
6262)
6363
64- [
65- http_archive (
66- name = "prebuilt_protoc-" + asset ["arch" ],
67- build_file_content = """
68- filegroup(
69- name = "protoc",
70- srcs = ["bin/protoc%s"],
71- visibility = ["//visibility:public"],
72- )
73- """ % asset ["extension" ],
74- sha256 = asset ["sha256" ],
75- urls = ["https://github.com/google/protobuf/releases/download/v{version}/protoc-{version}-{arch}.zip" .format (
76- arch = asset ["arch" ],
77- version = asset ["version" ],
78- )],
79- )
80- for asset in [
81- {
82- "arch" : "linux-x86_64" ,
83- "sha256" : "7ca037bfe5e5cabd4255ccd21dd265f79eb82d3c010117994f5dc81d2140ee88" ,
84- "version" : PROTOBUF_VERSION ,
85- "extension" : "" ,
86- },
87- {
88- "arch" : "osx-x86_64" ,
89- "sha256" : "b4f36b18202d54d343a66eebc9f8ae60809a2a96cc2d1b378137550bbe4cf33c" ,
90- "version" : PROTOBUF_VERSION ,
91- "extension" : "" ,
92- },
93- {
94- "arch" : "osx-aarch_64" ,
95- "sha256" : "09a2c729cc821215cc0d4c564b761760961fe338c52f24b302fd7e18e7b675d1" ,
96- "version" : PROTOBUF_VERSION ,
97- "extension" : "" ,
98- },
99- {
100- "arch" : "win64" ,
101- "sha256" : "89c178e9f878cb6dd561f677688e1eb2e757cb9ac84ae30b64436bac19646996" ,
102- "version" : PROTOBUF_VERSION ,
103- "extension" : ".exe" ,
104- },
105- ]
106- ]
107-
10864http_archive (
10965 name = "com_github_grpc_grpc_node_packages_grpc_tools_src" ,
11066 build_file_content = """
0 commit comments