From: Paolo Bonzini Date: Mon, 6 Jun 2016 14:39:47 +0000 (+0200) Subject: .travis.yml: disable Sparse testing X-Git-Tag: TizenStudio_2.0_p4.0~6^2~12^2~6^2~184^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23654d45f8ac08e3725831d812eb8dcf74e5a0a0;p=sdk%2Femulator%2Fqemu.git .travis.yml: disable Sparse testing On travis-ci.org, all builds fail with /usr/include/features.h:324:11: error: unable to open bits/predefs.h With "make docker-travis@ubuntu", they fail with /usr/include/features.h:374:13: error: unable to open sys/cdefs.h With "make docker-travis@fedora", 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 [AJB: tweak title for my OCD] Signed-off-by: Alex Bennée --- 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