Skip to content

Commit

Permalink
ci: fix fedora 43 (rawhide) build
Browse files Browse the repository at this point in the history
  • Loading branch information
oldium committed Feb 12, 2025
1 parent 71310bd commit 8af2f05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ debian:*|ubuntu:*)
*fedora:*)
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
dnf -y clean all
dnf -y --setopt=deltarpm=0 update
dnf --setopt=deltarpm=0
# Fix Fedora 43 (rawhide) build - install systemd and awk
dnf -y install --allowerasing systemd awk
dnf -y update
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof \
opensc pcsc-lite softhsm swtpm-tools tpm-tools trousers
command -v dnf5 && dnf5 -y install dnf5-command\(builddep\) \
Expand Down

0 comments on commit 8af2f05

Please sign in to comment.