qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication
@ 2019-02-15  9:45 Dr. David Alan Gilbert (git)
  2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2019-02-15  9:45 UTC (permalink / raw)
  To: qemu-devel, alex.bennee

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

We've had the build break with replication disabled, so lets
test that case in travis.

Suggsted-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index baa06b976a..95c554897b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ matrix:
 
 
     - env:
-        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
+        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
 
 
     - env:
-- 
2.20.1

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

end of thread, other threads:[~2019-02-20 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15  9:45 [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Dr. David Alan Gilbert (git)
2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
2019-02-15 10:20   ` Thomas Huth
2019-02-15 10:20 ` [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Thomas Huth
2019-02-20 15:18 ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).