summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTino Reichardt <[email protected]>2024-09-28 20:24:05 +0400
committerGitHub <[email protected]>2024-09-28 09:24:05 -0700
commitb1958b531b75afa8a138eae8ace9d17201fa42b9 (patch)
tree1b55cf3e24309abc98da8310951ea69e84ccb5ad /.github
parent834b90fb819e0887e05d6069cb9e74033dca1541 (diff)
ZTS: Replace MD5 and SHA256 wit XXH128
For data integrity checks as done in ZTS, the verification for unintended data corruption with xxhash128 should be a lot faster and perfectly usable. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Tino Reichardt <[email protected]> Closes #16577
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/scripts/qemu-3-deps.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/scripts/qemu-3-deps.sh b/.github/workflows/scripts/qemu-3-deps.sh
index 35fa5016e..a2fb5e382 100755
--- a/.github/workflows/scripts/qemu-3-deps.sh
+++ b/.github/workflows/scripts/qemu-3-deps.sh
@@ -16,7 +16,7 @@ function archlinux() {
sudo pacman -Sy --noconfirm base-devel bc cpio dhclient dkms fakeroot \
fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils parted \
pax perf python-packaging python-setuptools qemu-guest-agent ksh samba \
- sysstat rng-tools rsync wget
+ sysstat rng-tools rsync wget xxhash
echo "##[endgroup]"
}
@@ -38,7 +38,7 @@ function debian() {
lsscsi nfs-kernel-server pamtester parted python3 python3-all-dev \
python3-cffi python3-dev python3-distlib python3-packaging \
python3-setuptools python3-sphinx qemu-guest-agent rng-tools rpm2cpio \
- rsync samba sysstat uuid-dev watchdog wget xfslibs-dev zlib1g-dev
+ rsync samba sysstat uuid-dev watchdog wget xfslibs-dev xxhash zlib1g-dev
echo "##[endgroup]"
}
@@ -48,8 +48,7 @@ function freebsd() {
echo "##[group]Install Development Tools"
sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \
gdb gettext gettext-runtime git gmake gsed jq ksh93 lcov libtool lscpu \
- pkgconf python python3 pamtester pamtester qemu-guest-agent rsync \
- sysutils/coreutils
+ pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash
sudo pkg install -xy \
'^samba4[[:digit:]]+$' \
'^py3[[:digit:]]+-cffi$' \
@@ -76,7 +75,7 @@ function rhel() {
lsscsi mdadm nfs-utils openssl-devel pam-devel pamtester parted perf \
python3 python3-cffi python3-devel python3-packaging kernel-devel \
python3-setuptools qemu-guest-agent rng-tools rpcgen rpm-build rsync \
- samba sysstat systemd watchdog wget xfsprogs-devel zlib-devel
+ samba sysstat systemd watchdog wget xfsprogs-devel xxhash zlib-devel
echo "##[endgroup]"
}