Skip to content

Commit

Permalink
deps: Bump com_github_qat_zstd -> 0.2.0 (#35854)
Browse files Browse the repository at this point in the history
Fix #35844



Signed-off-by: dependency-envoy[bot]
<148525496+dependency-envoy[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
dependency-envoy[bot] authored Sep 12, 2024
1 parent eb5deb4 commit 15d290c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions bazel/foreign_cc/qatzstd.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/src/Makefile b/src/Makefile
index 1abf10d..c5fa3a6 100644
index 83d37e5..db67af6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -54,7 +54,7 @@ ifneq ($(ICP_ROOT), )
endif
@@ -56,7 +56,7 @@ ifneq ($(ICP_ROOT), )
-lusdm_drv_s
else
QATFLAGS = -DINTREE
- LDFLAGS = -lqat
+ LDFLAGS += -lqat
ifneq ($(ENABLE_USDM_DRV), 0)
QATFLAGS += -DENABLE_USDM_DRV
LDFLAGS += -lusdm
- LDFLAGS = -lqat -lusdm
+ LDFLAGS += -lqat -lusdm
endif

ifdef ZSTDLIB
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -489,15 +489,15 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "QAT-ZSTD-Plugin",
project_desc = "Intel® QuickAssist Technology ZSTD Plugin (QAT ZSTD Plugin)",
project_url = "https://github.com/intel/QAT-ZSTD-Plugin/",
version = "0.1.0",
sha256 = "74c5bfbb3b0c6f1334e128ee0b43958d1d34751a4762e54e8f970c443e445f33",
version = "0.2.0",
sha256 = "e42e2ac9aeb01d812f9a3156b3b85df6ee29670a5968b9d231b0139fba97f287",
strip_prefix = "QAT-ZSTD-Plugin-{version}",
urls = ["https://github.com/intel/QAT-ZSTD-Plugin/archive/refs/tags/v{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = [
"envoy.compression.qatzstd.compressor",
],
release_date = "2023-09-08",
release_date = "2024-08-26",
cpe = "N/A",
),
com_github_luajit_luajit = dict(
Expand Down

0 comments on commit 15d290c

Please sign in to comment.