From 229571803fa3c4ee171a610d869fb418e65ab2d5 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 5 Jun 2024 10:33:15 -0400 Subject: [PATCH] tests/integration: install libzstd-devel Signed-off-by: John Eckersberg --- tests/integration/mockbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/mockbuild.sh b/tests/integration/mockbuild.sh index 62045061..5446683d 100755 --- a/tests/integration/mockbuild.sh +++ b/tests/integration/mockbuild.sh @@ -12,7 +12,7 @@ function redprint { } greenprint "📥 Install required packages" -dnf install -y cargo zstd git openssl-devel ostree-devel rpm-build mock podman skopeo jq +dnf install -y cargo zstd git libzstd-devel openssl-devel ostree-devel rpm-build mock podman skopeo jq cargo install cargo-vendor-filterer greenprint "⛏ Build archive"