From 2d416331db2735031e85c8da64ce93382796799b Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 21 Aug 2024 20:31:46 +0000 Subject: [PATCH] ci: install isal packages for testing This brings in faster checksum calculation routines that are used for protection information support. Signed-off-by: Vincent Fu --- ci/actions-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/actions-install.sh b/ci/actions-install.sh index 1796ee47..38d39de9 100755 --- a/ci/actions-install.sh +++ b/ci/actions-install.sh @@ -50,6 +50,7 @@ DPKGCFG pkgs+=( libglusterfs-dev libgoogle-perftools-dev + libisal-dev libiscsi-dev libnbd-dev libpmem-dev @@ -107,6 +108,7 @@ install_fedora() { cmake \ cunit-devel \ flex-devel \ + isa-l-devel \ kernel-devel \ libaio-devel \ libgfapi-devel \ -- 2.25.1