[libvirt PATCH 2/6] ci: Simplify Alpine Linux 3.14 definition

Andrea Bolognani abologna at redhat.com
Thu Apr 14 12:33:53 UTC 2022


Using the extended definition format is only necessary when
the defaults are not good enough, but that's not the case here.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 ci/manifest.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ci/manifest.yml b/ci/manifest.yml
index e789b35ec4..58f6ac36a5 100644
--- a/ci/manifest.yml
+++ b/ci/manifest.yml
@@ -18,9 +18,7 @@ targets:
           RPM: skip
           CC: clang
 
-  alpine-314:
-    jobs:
-      - arch: x86_64
+  alpine-314: x86_64
 
   alpine-edge:
     jobs:
-- 
2.35.1



More information about the libvir-list mailing list