Skip to content

Commit

Permalink
CI: fix fedora build problems
Browse files Browse the repository at this point in the history
The new fedora 41 has been released and some things have changed. Make
sure to install python and python3-dnf and specify the dnf version in
the roles.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
  • Loading branch information
ikerexxe authored and hallyn committed Oct 31, 2024
1 parent cd8a8da commit c8c3731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/ansible/roles/ci_run/tasks/fedora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
# tasks file for ci_run
- name: Ensure python is installed
ansible.builtin.raw: dnf install -y python3 python3-dnf

- name: Ensure dependencies are installed
ansible.builtin.dnf:
use_backend: dnf4
name:
- dnf-plugins-core
- libcmocka-devel
Expand Down

0 comments on commit c8c3731

Please sign in to comment.