qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] .travis.yml: split MacOSX builds and reduce tar


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH] .travis.yml: split MacOSX builds and reduce target list
Date: Tue, 09 Oct 2018 13:24:14 +0100
User-agent: mu4e 1.1.0; emacs 26.1.50

Philippe Mathieu-Daudé <address@hidden> writes:

> Hi Alex,
>
> On Mon, Oct 8, 2018 at 5:21 PM Alex Bennée <address@hidden> wrote:
>> We have reached the point where the MacOSX build was regularly timing
>> out. So as before I've reduced the target list to "major"
>> architectures to try and bring the build time down. I've added an
>> additional MacOSX build with the latest XCode with a minimal list of
>> "most likely" targets on MacOS.
>>
>> Signed-off-by: Alex Bennée <address@hidden>
>> ---
>>  .travis.yml | 8 +++++++-
>>  1 file changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index 95be6ec59f..13a09facd3 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -107,8 +107,14 @@ matrix:
>>      - env: CONFIG="--disable-tcg"
>>             TEST_CMD=""
>>        compiler: gcc
>> -    - env: CONFIG=""
>> +    # MacOSX builds
>> +    - env: 
>> CONFIG="--target-list=aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu"
>>        os: osx
>> +      osx_image: xcode9.4
>> +      compiler: clang
>> +    - env: 
>> CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
>> +      os: osx
>> +      osx_image: xcode10
>
> I'd also add another entry with --enable-user.

Ohh, does MacOSX use the bsd-user machinery?

>
>>        compiler: clang
>>      # Python builds
>>      - env: CONFIG="--target-list=x86_64-softmmu"
>> --
>> 2.17.1
>>


--
Alex Bennée



reply via email to

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