qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] travis: disable Sparse testing


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] travis: disable Sparse testing
Date: Mon, 6 Jun 2016 17:31:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0


On 06/06/2016 17:24, Alex Bennée wrote:
> 
> Paolo Bonzini <address@hidden> 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

Yeah, only a compiler failure fails the build.  But you get no static
analysis, I think.

Paolo

>>
>> 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>
>> ---
>>  .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
> 



reply via email to

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