We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd0037 + df9c842 commit 2ea13a4Copy full SHA for 2ea13a4
contrib/packaging/bootc.spec
@@ -20,6 +20,7 @@ BuildRequires: zlib-devel
20
BuildRequires: ostree-devel
21
BuildRequires: openssl-devel
22
BuildRequires: systemd-devel
23
+BuildRequires: libzstd-devel
24
25
%description
26
%{summary}
tests/integration/mockbuild.sh
@@ -12,7 +12,7 @@ function redprint {
12
}
13
14
greenprint "📥 Install required packages"
15
-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
16
cargo install cargo-vendor-filterer
17
18
greenprint "⛏ Build archive"
0 commit comments