From b7596371413702bfa505976a2984f010f4c14381 Mon Sep 17 00:00:00 2001 From: nisdas Date: Tue, 27 Feb 2024 17:24:27 +0800 Subject: [PATCH] fix current issues --- third_party/com_github_datadog_zstd.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/third_party/com_github_datadog_zstd.patch b/third_party/com_github_datadog_zstd.patch index 7a2727a4700c..82c22045a888 100644 --- a/third_party/com_github_datadog_zstd.patch +++ b/third_party/com_github_datadog_zstd.patch @@ -3,13 +3,15 @@ new file mode 100644 index 0000000..f15d38e --- /dev/null +++ b/BUILD.bazel -@@ -0,0 +1,131 @@ +@@ -0,0 +1,133 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") +load("@rules_cc//cc:defs.bzl", "cc_library") + +cc_library( + name = "zstd_cc", + srcs = [ ++ "allocations.h", ++ "bits.h", + "bitstream.h", + "clevels.h", + "compiler.h",