From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9wNn-0006oR-8t for qemu-devel@nongnu.org; Mon, 06 Jun 2016 11:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9wNj-0000JU-Jk for qemu-devel@nongnu.org; Mon, 06 Jun 2016 11:24:02 -0400 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:35228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9wNj-0000Ib-2G for qemu-devel@nongnu.org; Mon, 06 Jun 2016 11:23:59 -0400 Received: by mail-wm0-x231.google.com with SMTP id c74so51534300wme.0 for ; Mon, 06 Jun 2016 08:23:58 -0700 (PDT) From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1465223987-135491-1-git-send-email-pbonzini@redhat.com> Date: Mon, 06 Jun 2016 16:24:12 +0100 Message-ID: <877fe2ibmr.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] travis: disable Sparse testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini writes: > On travis-ci.org, all builds fail with > /usr/include/features.h:324:11: error: unable to open > bits/predefs.h Hmm when did this start failing? Interesting the build still manages to struggle through: https://travis-ci.org/qemu/qemu/jobs/135572286 > > 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 > --- > .travis.yml | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index 50ac17f..425cbe1 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -63,9 +63,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 -- Alex Bennée