Skip to content

Commit ba83809

Browse files
committed
impl(v3): remove bazel workspace crc32c dep
1 parent 6d0f68d commit ba83809

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

bazel/workspace0.bzl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -258,21 +258,6 @@ def gl_cpp_workspace0(name = None):
258258
strip_prefix = "json-3.11.3",
259259
)
260260

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-
276261
# Open Telemetry
277262
http_archive(
278263
name = "opentelemetry-cpp",

0 commit comments

Comments
 (0)