Skip to content

playbooks: build: libvirt: Don't run RPM job on CentOS

Erik Skultety requested to merge eskultety/libvirt-ci:no-meson-rpm-centos into master

After libvirt switched to the meson build system, rpmbuild on CentOS is no longer viable as meson >= 0.54.0 is required while only 0.49.2 (at the time of this patch) is available from the package manager. Even if --nodeps is passed, the "%meson" RPM macro won't expand and the build will fail. It doesn't end there though, even if meson 0.54.0 were available, the rpm build would still fail because of readline-devel not providing the pkg config file on CentOS-8 which we rely on.

Signed-off-by: Erik Skultety eskultet@redhat.com

Merge request reports