I thought that it would work, but I was clearly mistaken :/
Andrea Bolognani (2):
projects: Don't build libvirt-dbus on Debian 8
guests: Don't prepare Debian 8 for libvirt-dbus
guests/host_vars/libvirt-debian-8/main.yml | 1 -
projects/libvirt-dbus.yaml | 1 -
2 files changed, 2 deletions(-)
--
2.17.1
Show replies by date
Turns out Debian 8 includes GLib 2.42 whereas libvirt-dbus
requires at least GLib 2.44 to build.
I had accidentally installed GLib 2.48 from backports on
my local Debian 8 guests, which explains how the build
could succeed during testing.
This reverts commit d9acf6fe3f22b2acf2d849890d1fcfdcc09ef63a.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
projects/libvirt-dbus.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/projects/libvirt-dbus.yaml b/projects/libvirt-dbus.yaml
index 3212465..c12a769 100644
--- a/projects/libvirt-dbus.yaml
+++ b/projects/libvirt-dbus.yaml
@@ -9,7 +9,6 @@
parent_jobs: 'libvirt-glib-master-build'
machines:
- libvirt-centos-7
- - libvirt-debian-8
- libvirt-debian-9
- libvirt-fedora-27
- libvirt-fedora-28
--
2.17.1
We're no longer attempting the build, which was failing
anyway, so no point in installing the dependencies.
This reverts commit ef2b446ecb77cefa2f041e9ad03124bbc13d22c3.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/host_vars/libvirt-debian-8/main.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/guests/host_vars/libvirt-debian-8/main.yml
b/guests/host_vars/libvirt-debian-8/main.yml
index aca0663..fb37205 100644
--- a/guests/host_vars/libvirt-debian-8/main.yml
+++ b/guests/host_vars/libvirt-debian-8/main.yml
@@ -2,7 +2,6 @@
projects:
- libosinfo
- libvirt
- - libvirt-dbus
- libvirt-glib
- libvirt-go
- libvirt-go-xml
--
2.17.1