summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-01-31 11:46:21 +0100
committerThomas Huth2021-02-19 06:29:05 +0100
commit3473f6ed88169e755123396447a5c119e74814c3 (patch)
treeea759d038fd24e557dafd5a5f5b5e0781b9995f5 /.gitlab-ci.yml
parentscripts/checkpatch: Improve the check for authors mangled by the mailing list (diff)
downloadqemu-3473f6ed88169e755123396447a5c119e74814c3.tar.gz
qemu-3473f6ed88169e755123396447a5c119e74814c3.tar.xz
qemu-3473f6ed88169e755123396447a5c119e74814c3.zip
gitlab-ci: Disable vhost-kernel in build-disable job
Commit 299e6f19b3e ("vhost-net: revamp configure logic") added the --enable-vhost-kernel option. Disable it in the build-disable job. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20210131104621.221602-1-f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcbec77a91..c06c20be6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -358,6 +358,7 @@ build-disabled:
--disable-vhost-crypto
--disable-vhost-net
--disable-vhost-scsi
+ --disable-vhost-kernel
--disable-vhost-user
--disable-vhost-vdpa
--disable-vhost-vsock