From 600b1e233437d290d7893e988dded0cc5e3441ea Mon Sep 17 00:00:00 2001 From: Teryl Taylor Date: Fri, 12 Apr 2024 20:09:28 +0000 Subject: [PATCH] deps(xxHash): bumped xxHash version to 0.8.2 to support s390x fixes Signed-off-by: Teryl Taylor --- makefile.manifest.inc | 2 +- modules/Makefile | 1 + modules/xxHash | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile.manifest.inc b/makefile.manifest.inc index dd1cf24..3642eb0 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -27,7 +27,7 @@ GLOG_VERSION=v0.6.0 SNAPPY_VERSION=1.1.9 DKMS_VERSION=v3.0.3 GHCFS_VERSION=v1.5.14 -XXHASH_VERSION=v0.8.1 +XXHASH_VERSION=v0.8.2 SPARSE_VERSION=sparsehash-2.0.4 ALPINE_VERSION=3.18.3 UBI_VERSION=9.3-1552 diff --git a/modules/Makefile b/modules/Makefile index 43e4230..6253b87 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -49,6 +49,7 @@ endif cd dkms && git fetch origin && git checkout $(DKMS_VERSION) cd filesystem && git fetch origin && git checkout $(GHCFS_VERSION) cd sparsehash && git fetch origin && git checkout $(SPARSE_VERSION) + cd xxHash && git fetch origin && git checkout $(XXHASH_VERSION) # libelf is a pre-requisite for libs build .PHONY: modules diff --git a/modules/xxHash b/modules/xxHash index 35b0373..bbb27a5 160000 --- a/modules/xxHash +++ b/modules/xxHash @@ -1 +1 @@ -Subproject commit 35b0373c697b5f160d3db26b1cbb45a0d5ba788c +Subproject commit bbb27a5efb85b92a0486cf361a8635715a53f6ba