Skip to content

Commit 2ea13a4

Browse files
authored
Merge pull request #586 from jeckersb/integration-zstd
tests/integration: install libzstd-devel
2 parents 8cd0037 + df9c842 commit 2ea13a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contrib/packaging/bootc.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ BuildRequires: zlib-devel
2020
BuildRequires: ostree-devel
2121
BuildRequires: openssl-devel
2222
BuildRequires: systemd-devel
23+
BuildRequires: libzstd-devel
2324

2425
%description
2526
%{summary}

tests/integration/mockbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function redprint {
1212
}
1313

1414
greenprint "📥 Install required packages"
15-
dnf install -y cargo zstd git openssl-devel ostree-devel rpm-build mock podman skopeo jq
15+
dnf install -y cargo zstd git libzstd-devel openssl-devel ostree-devel rpm-build mock podman skopeo jq
1616
cargo install cargo-vendor-filterer
1717

1818
greenprint "⛏ Build archive"

0 commit comments

Comments
 (0)