[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/13] gitlab-ci: Update 'build-disabled' to cover all configurabl
From: |
Thomas Huth |
Subject: |
[PULL 10/13] gitlab-ci: Update 'build-disabled' to cover all configurable options |
Date: |
Wed, 9 Dec 2020 10:48:53 +0100 |
From: Philippe Mathieu-Daudé <philmd@redhat.com>
Add these missing options to the 'build-disabled' job:
--disable-auth-pam (commit 8953caf3cd38)
--disable-gcrypt (commit 91bfcdb01d48)
--disable-keyring (commit 54e7aac05624)
--disable-libudev (commit 5c53015a480b)
--disable-opengl (commit da076ffed6b9)
--disable-sparse (commit 03b4fe7de226)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: Dropped the unnecessary hunk with --disable-vhost-user-blk-server]
Message-Id: <20201108204535.2319870-7-philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2cd5d9386..8f72a2630d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -201,6 +201,7 @@ build-disabled:
IMAGE: fedora
CONFIGURE_ARGS:
--disable-attr
+ --disable-auth-pam
--disable-avx2
--disable-bochs
--disable-brlapi
@@ -213,15 +214,18 @@ build-disabled:
--disable-curses
--disable-dmg
--disable-docs
+ --disable-gcrypt
--disable-glusterfs
--disable-gnutls
--disable-gtk
--disable-guest-agent
--disable-iconv
+ --disable-keyring
--disable-kvm
--disable-libiscsi
--disable-libpmem
--disable-libssh
+ --disable-libudev
--disable-libusb
--disable-libxml2
--disable-linux-aio
@@ -231,6 +235,7 @@ build-disabled:
--disable-mpath
--disable-nettle
--disable-numa
+ --disable-opengl
--disable-parallels
--disable-pie
--disable-qcow1
@@ -245,6 +250,7 @@ build-disabled:
--disable-slirp
--disable-smartcard
--disable-snappy
+ --disable-sparse
--disable-spice
--disable-strip
--disable-tpm
--
2.18.4
- [PULL 00/13] Gitlab-CI and test patches, Thomas Huth, 2020/12/09
- [PULL 01/13] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job, Thomas Huth, 2020/12/09
- [PULL 02/13] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job), Thomas Huth, 2020/12/09
- [PULL 03/13] gitlab-ci: Introduce 'cross_accel_build_job' template, Thomas Huth, 2020/12/09
- [PULL 04/13] gitlab-ci: Add KVM s390x cross-build jobs, Thomas Huth, 2020/12/09
- [PULL 05/13] gitlab-ci: Add Xen cross-build jobs, Thomas Huth, 2020/12/09
- [PULL 06/13] test-qga: fix a resource leak in test_qga_guest_get_osinfo(), Thomas Huth, 2020/12/09
- [PULL 07/13] tests/qtest/fuzz-test: Quit test_lp1878642 once done, Thomas Huth, 2020/12/09
- [PULL 11/13] gitlab-ci: Move user-static test across to gitlab, Thomas Huth, 2020/12/09
- [PULL 12/13] gitlab-ci: Move coroutine tests across to gitlab, Thomas Huth, 2020/12/09
- [PULL 10/13] gitlab-ci: Update 'build-disabled' to cover all configurable options,
Thomas Huth <=
- [PULL 13/13] hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize(), Thomas Huth, 2020/12/09
- [PULL 09/13] gitlab-ci: Split CONFIGURE_ARGS one argument per line for build-disabled, Thomas Huth, 2020/12/09
- [PULL 08/13] fuzz: avoid double-fetches by default, Thomas Huth, 2020/12/09
- Re: [PULL 00/13] Gitlab-CI and test patches, Peter Maydell, 2020/12/09