All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] travis.yml: Install libcap-dev for testing virito-9p
@ 2019-09-05 11:33 Thomas Huth
  2019-09-05 11:41 ` Philippe Mathieu-Daudé
  2019-09-05 12:07 ` Greg Kurz
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Huth @ 2019-09-05 11:33 UTC (permalink / raw)
  To: qemu-devel, Alex Bennée, Fam Zheng
  Cc: Philippe Mathieu-Daudé, Greg Kurz

So far we were not testing virtio-9p in Travis yet, since we forgot to
install libcap-devel. Do it now to get some more test coverage.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 92b00927d4..1d46442020 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ addons:
       - libaio-dev
       - libattr1-dev
       - libbrlapi-dev
+      - libcap-dev
       - libcap-ng-dev
       - libgcc-4.8-dev
       - libgnutls-dev
-- 
2.18.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-06 12:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 11:33 [Qemu-devel] [PATCH] travis.yml: Install libcap-dev for testing virito-9p Thomas Huth
2019-09-05 11:41 ` Philippe Mathieu-Daudé
2019-09-05 12:07 ` Greg Kurz
2019-09-05 12:18   ` Greg Kurz
2019-09-06 11:22     ` Thomas Huth
2019-09-06 11:25   ` Thomas Huth
2019-09-06 12:05     ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.