Skip to content

Commit

Permalink
installdeps: Add libzstd-devel for non-fedora
Browse files Browse the repository at this point in the history
(For Fedora - https://src.fedoraproject.org/rpms/bootc/pull-request/3)

Required after ostreedev/ostree-rs-ext#628

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
  • Loading branch information
jeckersb committed May 22, 2024
1 parent 41cca13 commit 0f8adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/installdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dnf -y install skopeo zstd

case $OS_ID in
fedora) dnf -y builddep bootc ;;
*) dnf -y install openssl-devel ostree-devel cargo ;;
*) dnf -y install libzstd-devel openssl-devel ostree-devel cargo ;;
esac

0 comments on commit 0f8adc2

Please sign in to comment.