Fix CI tests: remove dependency on gnome-common, enable rhel-CRB and rhel-buildroot repositories

This commit is contained in:
Mike FABIAN 2024-11-11 15:02:16 +01:00
parent 87d06d0e1b
commit 53767c8d72
2 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,7 @@ discover:
how: fmf how: fmf
execute: execute:
how: tmt how: tmt
prepare:
how: shell
script:
- dnf config-manager --enable rhel-CRB --enable rhel-buildroot

View File

@ -3,7 +3,6 @@ framework: beakerlib
require: require:
- gcc - gcc
- make - make
- gnome-common
- autoconf - autoconf
- automake - automake
- gettext-devel - gettext-devel