[libvirt] [jenkins-ci PATCH 1/2] guests: Enable Go projects on CentOS 7 once again

Andrea Bolognani abologna at redhat.com
Tue Dec 10 12:02:53 UTC 2019


We had disabled this a year ago with 72afaed959f8; however, a few
months ago we started enabling EPEL on CentOS 7 with d63d6a59cc11,
and from that source we can install a recent Go compiler.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/host_vars/libvirt-centos-7/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guests/host_vars/libvirt-centos-7/main.yml b/guests/host_vars/libvirt-centos-7/main.yml
index 94e29af..e0579ad 100644
--- a/guests/host_vars/libvirt-centos-7/main.yml
+++ b/guests/host_vars/libvirt-centos-7/main.yml
@@ -5,6 +5,8 @@ projects:
   - libvirt-cim
   - libvirt-dbus
   - libvirt-glib
+  - libvirt-go
+  - libvirt-go-xml
   - libvirt-ocaml
   - libvirt-perl
   - libvirt-python
-- 
2.23.0




More information about the libvir-list mailing list