Skip to content

Commit

Permalink
Merge pull request #586 from jeckersb/integration-zstd
Browse files Browse the repository at this point in the history
tests/integration: install libzstd-devel
  • Loading branch information
cgwalters committed Jun 5, 2024
2 parents 8cd0037 + df9c842 commit 2ea13a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/packaging/bootc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BuildRequires: zlib-devel
BuildRequires: ostree-devel
BuildRequires: openssl-devel
BuildRequires: systemd-devel
BuildRequires: libzstd-devel

%description
%{summary}
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/mockbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ea13a4

Please sign in to comment.