diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-11-08 21:45:24 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-12-09 08:04:34 +0100 |
commit | 0c4d885f08485de1a4a51b31a7b5af66e181667e (patch) | |
tree | 20db828115de9d6ebe1d2545a1630bc0a2f927a5 /.gitlab-ci.yml | |
parent | 94a4f8167dd9dde35b27e1d82bdf6c2fa5071364 (diff) |
gitlab-ci: Update 'build-disabled' to cover all configurable options
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |