We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1b10a commit f9ab37aCopy full SHA for f9ab37a
bazel/workspace0.bzl
@@ -258,21 +258,6 @@ def gl_cpp_workspace0(name = None):
258
strip_prefix = "json-3.11.3",
259
)
260
261
- # Load google/crc32c, a library to efficiently compute CRC32C checksums.
262
- maybe(
263
- http_archive,
264
- name = "crc32c",
265
- urls = [
266
- "https://github.com/google/crc32c/archive/1.1.2.tar.gz",
267
- ],
268
- sha256 = "ac07840513072b7fcebda6e821068aa04889018f24e10e46181068fb214d7e56",
269
- strip_prefix = "crc32c-1.1.2",
270
- build_file = Label("//bazel:crc32c.BUILD"),
271
- patch_tool = "patch",
272
- patch_args = ["-p1"],
273
- patches = [Label("//bazel:configure_template.bzl.patch")],
274
- )
275
-
276
# Open Telemetry
277
http_archive(
278
name = "opentelemetry-cpp",
0 commit comments