]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: .gitlab-ci.yml: switch armv7l build to Debian 10
authorPavel Hrdina <phrdina@redhat.com>
Thu, 16 Jul 2020 08:26:02 +0000 (10:26 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:27:09 +0000 (09:27 +0200)
commit644d9ddb1a0f0697ddfd39ad02623b3ff779dfb1
treeb9bc6fad36026cebd8cea317a64adee93cb00aeb
parent4be700fed93b3f84fcb6fa19d351c0f785085566
meson: .gitlab-ci.yml: switch armv7l build to Debian 10

On Debian Sid there are broken headers for cross compilation. There is
no <asm/kvm.h> header unconditionally included by <linux/kvm.h>.

With autotools the build works correctly because the header detection
tries to compile simple code that includes the header but with Meson
the detection works differently. We check <linux/kvm.h> which is present
so it should be safe to include it.

We could workaround it in libvirt by checking for presence of
<asm/kvm.h> as well but I don't believe that's a correct approach.
IMHO it should be fixed in Debian.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
.gitlab-ci.yml