diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-31 11:46:21 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-02-19 06:29:05 +0100 |
commit | 3473f6ed88169e755123396447a5c119e74814c3 (patch) | |
tree | ea759d038fd24e557dafd5a5f5b5e0781b9995f5 /.gitlab-ci.yml | |
parent | 7b59d10e23b7cf1e9fbc2c595852e40317aef1e6 (diff) |
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.yml | 1 |
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 |