diff mbox

[v2,3/7] .travis.yml: DEBUG MacOSX build

Message ID 20170124143346.22240-4-alex.bennee@linaro.org
State New
Headers show

Commit Message

Alex Bennée Jan. 24, 2017, 2:33 p.m. UTC
Currently the MacOSX build is failing. Dump some information to help
with figuring out what has gone wrong.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Fam Zheng Jan. 26, 2017, 11:26 a.m. UTC | #1
On Tue, 01/24 14:33, Alex Bennée wrote:
> Currently the MacOSX build is failing. Dump some information to help
> with figuring out what has gone wrong.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .travis.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 9008a796f0..a9ce215f42 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -92,6 +92,7 @@ matrix:
>      - env: CONFIG=""
>        os: osx
>        compiler: clang
> +      script: make -j3 || cat qemu-options.texi && false
>      # Plain Trusty System Build
>      - env: CONFIG="--disable-linux-user"
>        sudo: required
> -- 
> 2.11.0
> 
> 

Why qemu-options.texi? This looks really ad-hocery, not sure it's useful for the
mainline.

Fam
Alex Bennée Jan. 26, 2017, 12:46 p.m. UTC | #2
Fam Zheng <famz@redhat.com> writes:

> On Tue, 01/24 14:33, Alex Bennée wrote:
>> Currently the MacOSX build is failing. Dump some information to help
>> with figuring out what has gone wrong.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> ---
>>  .travis.yml | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index 9008a796f0..a9ce215f42 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -92,6 +92,7 @@ matrix:
>>      - env: CONFIG=""
>>        os: osx
>>        compiler: clang
>> +      script: make -j3 || cat qemu-options.texi && false
>>      # Plain Trusty System Build
>>      - env: CONFIG="--disable-linux-user"
>>        sudo: required
>> --
>> 2.11.0
>>
>>
>
> Why qemu-options.texi? This looks really ad-hocery, not sure it's useful for the
> mainline.

This is what was failing - I wasn't intending for this to get pulled, it
was just an example for people wanting to debug the current (now fixed?)
problem.

>
> Fam


--
Alex Bennée
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 9008a796f0..a9ce215f42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -92,6 +92,7 @@  matrix:
     - env: CONFIG=""
       os: osx
       compiler: clang
+      script: make -j3 || cat qemu-options.texi && false
     # Plain Trusty System Build
     - env: CONFIG="--disable-linux-user"
       sudo: required