Skip to content

Commit 27c0e2c

Browse files
authored
feat(modules/xxHash): bumped xxHash version to 0.8.2 to support s390x fixes (#67)
deps(xxHash): bumped xxHash version to 0.8.2 to support s390x fixes
2 parents b692bfa + 600b1e2 commit 27c0e2c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

makefile.manifest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GLOG_VERSION=v0.6.0
2727
SNAPPY_VERSION=1.1.9
2828
DKMS_VERSION=v3.0.3
2929
GHCFS_VERSION=v1.5.14
30-
XXHASH_VERSION=v0.8.1
30+
XXHASH_VERSION=v0.8.2
3131
SPARSE_VERSION=sparsehash-2.0.4
3232
ALPINE_VERSION=3.18.3
3333
UBI_VERSION=9.3-1552

modules/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ endif
4949
cd dkms && git fetch origin && git checkout $(DKMS_VERSION)
5050
cd filesystem && git fetch origin && git checkout $(GHCFS_VERSION)
5151
cd sparsehash && git fetch origin && git checkout $(SPARSE_VERSION)
52+
cd xxHash && git fetch origin && git checkout $(XXHASH_VERSION)
5253

5354
# libelf is a pre-requisite for libs build
5455
.PHONY: modules

0 commit comments

Comments
 (0)