mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +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-*)
|
debian-*)
|
||||||
for cross in aarch64 armv6l armv7l i686 mips mips64el mipsel ppc64le s390x
|
for cross in aarch64 armv6l armv7l i686 mips mips64el mipsel ppc64le s390x
|
||||||
do
|
do
|
||||||
if test "$host-cross-$cross" = "debian-9-cross-i686" ||
|
if test "$host-cross-$cross" = "debian-sid-cross-mips"
|
||||||
test "$host-cross-$cross" = "debian-sid-cross-mips"
|
|
||||||
then
|
then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user