diff options
author | Thomas Huth <thuth@redhat.com> | 2021-08-27 17:17:18 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-09-06 09:07:00 +0200 |
commit | 2ffd4d815e705bdf75563821762da958f49a2b8d (patch) | |
tree | 1054bbe26e634684b6052b0082080562181ac726 | |
parent | aca68d95c51513ace81394dc0974a67b99abb234 (diff) | |
download | qemu-2ffd4d815e705bdf75563821762da958f49a2b8d.zip qemu-2ffd4d815e705bdf75563821762da958f49a2b8d.tar.gz qemu-2ffd4d815e705bdf75563821762da958f49a2b8d.tar.bz2 |
gitlab-ci: Don't try to use the system libfdt in the debian job
libfdt in Debian is too old to be usable for QEMU. So far we were
silently falling back to the internal dtc submodule, but since
this is wrong, let's remove the --enable-fdt=system switch here now.
Message-Id: <20210827151718.178988-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index be4d90c..5c378e3 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -74,7 +74,6 @@ build-system-debian: job: amd64-debian-container variables: IMAGE: debian-amd64 - CONFIGURE_ARGS: --enable-fdt=system TARGETS: arm-softmmu avr-softmmu i386-softmmu mipsel-softmmu riscv64-softmmu sh4eb-softmmu sparc-softmmu xtensaeb-softmmu MAKE_CHECK_ARGS: check-build |