[libvirt PATCH 1/2] ci: Remove Debian 9 special case

Andrea Bolognani abologna at redhat.com
Tue Feb 16 16:57:15 UTC 2021


We no longer target this platform.

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

diff --git a/ci/containers/refresh b/ci/containers/refresh
index a39d0b0996..f38d3634b5 100755
--- a/ci/containers/refresh
+++ b/ci/containers/refresh
@@ -28,8 +28,7 @@ do
     debian-*)
         for cross in aarch64 armv6l armv7l i686 mips mips64el mipsel ppc64le s390x
         do
-            if test "$host-cross-$cross" = "debian-9-cross-i686" ||
-               test "$host-cross-$cross" = "debian-sid-cross-mips"
+            if test "$host-cross-$cross" = "debian-sid-cross-mips"
             then
                 continue
             fi
-- 
2.26.2




More information about the libvir-list mailing list