mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
ci: Remove Debian 9 special case
We no longer target this platform. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
040a5bc307
commit
cf325da1f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user