qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] ci: Use libcap-ng


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] ci: Use libcap-ng
Date: Fri, 29 Nov 2019 16:51:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 11/29/19 3:21 PM, Dr. David Alan Gilbert (git) wrote:
From: "Dr. David Alan Gilbert" <address@hidden>

We currently enable libcap-dev in build-clang to pick up the 9p proxy
helper.  Paolo's patch changes that to use libcap-ng, so switch to using

It is not obvious you are referring to "virtfs-proxy-helper: switch from libcap to libcap-ng" he recently posted.

Since Greg is going to take Paolo's patch, I'd suggest he also takes this one, so he can update the commit description with either "the previous patch" or the commit sha1.

it.  This also means we'll be testing the scsi pr manager and the bridge
helper.

This is good news.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
---
  .gitlab-ci.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be57c6a454..62a9609798 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ build-user:
build-clang:
   script:
- - apt-get install -y -qq clang libsdl2-dev libattr1-dev libcap-dev
+ - apt-get install -y -qq clang libsdl2-dev libattr1-dev libcap-ng-dev
        xfslibs-dev libiscsi-dev libnfs-dev libseccomp-dev gnutls-dev librbd-dev
   - ./configure --cc=clang --cxx=clang++ --enable-werror
        --target-list="alpha-softmmu arm-softmmu m68k-softmmu mips64-softmmu





reply via email to

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