[libvirt] [jenkins-ci PATCH 05/17] mappings: Mark the OSes where meson is not supported

Fabiano Fidêncio fidencio at redhat.com
Tue Oct 1 14:28:21 UTC 2019


Meson is not supported in the following OSes we support:
- CentOS7: not packaged;
- Debian9: packaged, but version is older than 0.49.0;
- Ubuntu16: packaged, but version is older than 0.49.0;
- Ubuntu18: packaged, but version is older than 0.49.0;

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 guests/vars/mappings.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 2825b3e..8daa65c 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -450,6 +450,10 @@ mappings:
 
   meson:
     default: meson
+    CentOS7:
+    Debian9:
+    Ubuntu16:
+    Ubuntu18:
 
   mingw32-curl:
     Fedora: mingw32-curl
-- 
2.23.0




More information about the libvir-list mailing list