qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 3/3] .travis.yml: disable Sparse testing


From: Alex Bennée
Subject: [Qemu-devel] [PATCH 3/3] .travis.yml: disable Sparse testing
Date: Wed, 8 Jun 2016 17:54:18 +0100

From: Paolo Bonzini <address@hidden>

On travis-ci.org, all builds fail with
   /usr/include/features.h:324:11: error: unable to open bits/predefs.h

With "make address@hidden", they fail with
   /usr/include/features.h:374:13: error: unable to open sys/cdefs.h

With "make address@hidden", finally, they fail due to sparse
not being able to parse some #pragmas in glib headers.  Just kill
the thing from the CI builds.

Signed-off-by: Paolo Bonzini <address@hidden>
[AJB: tweak title for my OCD]
Signed-off-by: Alex Bennée <address@hidden>
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cde7d1a..c13881e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,9 +64,6 @@ script:
   - make -j3 && ${TEST_CMD}
 matrix:
   include:
-    # Sparse is GCC only
-    - env: CONFIG="--enable-sparse"
-      compiler: gcc
     # gprof/gcov are GCC features
     - env: CONFIG="--enable-gprof --enable-gcov --disable-pie"
       compiler: gcc
-- 
2.7.4




reply via email to

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