From 3f165bcdda4a2ccd70fc950d5c2251f8c2795d06 Mon Sep 17 00:00:00 2001 From: Nevena Kotlaja Date: Mon, 5 Jan 2026 13:32:03 +0000 Subject: [PATCH] Fix libzstd error - Add load for cc_library --- patches/gozstd.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/gozstd.patch b/patches/gozstd.patch index aa3e5b5a..87823c18 100644 --- a/patches/gozstd.patch +++ b/patches/gozstd.patch @@ -3,8 +3,9 @@ new file mode 100644 index 0000000..2dd6245 --- /dev/null +++ b/BUILD.bazel -@@ -0,0 +1,75 @@ +@@ -0,0 +1,76 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") ++load("@rules_cc//cc:cc_library.bzl", "cc_library") + +cc_library( + name = "libzstd",