Skip to content

Commit 1d0222e

Browse files
committed
dependency_support: Reintroduce com_github_facebook_zstd
This dependency was unnecessarily removed in 5b16a18. It is required for testing the ZSTD Decoder Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent 63eb6ff commit 1d0222e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dependency_support/load_external.bzl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,14 @@ def load_external_repositories():
322322
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/1.0.0/rules_pkg-1.0.0.tar.gz"],
323323
sha256 = "cad05f864a32799f6f9022891de91ac78f30e0fa07dc68abac92a628121b5b11",
324324
)
325+
326+
# Version 1.4.7 released on 2020-12-17
327+
# https://github.com/facebook/zstd/releases/tag/v1.4.7
328+
# Updated 2024-06-27
329+
http_archive(
330+
name = "com_github_facebook_zstd",
331+
sha256 = "192cbb1274a9672cbcceaf47b5c4e9e59691ca60a357f1d4a8b2dfa2c365d757",
332+
strip_prefix = "zstd-1.4.7",
333+
urls = ["https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-1.4.7.tar.gz"],
334+
build_file = "//dependency_support/com_github_facebook_zstd:bundled.BUILD.bazel",
335+
)

0 commit comments

Comments
 (0)