qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job


From: Thomas Huth
Subject: Re: [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job
Date: Tue, 2 Mar 2021 11:28:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 01/03/2021 09.20, Philippe Mathieu-Daudé wrote:
ping?

pong:
- https://gitlab.com/qemu-project/qemu/-/commit/3473f6ed88169e755123

(and I even did not forget to put you on CC: for the pull request: https://lore.kernel.org/qemu-devel/20210219075738.2261103-8-thuth@redhat.com/ :-))

On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
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>
---
  .gitlab-ci.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c0db64710b..e8390314d89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -346,6 +346,7 @@ build-disabled:
        --disable-vhost-crypto
        --disable-vhost-net
        --disable-vhost-scsi
+      --disable-vhost-kernel
        --disable-vhost-user
        --disable-vhost-vdpa
        --disable-vhost-vsock







reply via email to

[Prev in Thread] Current Thread [Next in Thread]