diff mbox

[18/23] shippable: temporary disable mips64el-softmmu build

Message ID 20170508050230.22039-1-f4bug@amsat.org
State New
Headers show

Commit Message

Philippe Mathieu-Daudé May 8, 2017, 5:02 a.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .shippable.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Alex Bennée May 8, 2017, 11:22 a.m. UTC | #1
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  .shippable.yml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index 6601243060..7e714991f9 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -15,8 +15,9 @@ env:
>        TARGET_LIST=aarch64-softmmu,aarch64-linux-user
>      - IMAGE=debian-s390x-cross
>        TARGET_LIST=s390x-softmmu,s390x-linux-user
> +    # mips64el-softmmu disabled due to libfdt problem
>      - IMAGE=debian-mipsel-cross
> -      TARGET_LIST=mipsel-softmmu,mips64el-softmmu,mipsel-linux-user,mips64el-linux-user
> +      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
>  build:
>    pre_ci:
>      - make docker-image-${IMAGE}


If you fix the order of your patches you can get rid of this noise.

--
Alex Bennée
Philippe Mathieu-Daudé May 8, 2017, 5:52 p.m. UTC | #2
On 05/08/2017 08:22 AM, Alex Bennée wrote:
>
> Philippe Mathieu-Daudé <f4bug@amsat.org> writes:
>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>  .shippable.yml | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/.shippable.yml b/.shippable.yml
>> index 6601243060..7e714991f9 100644
>> --- a/.shippable.yml
>> +++ b/.shippable.yml
>> @@ -15,8 +15,9 @@ env:
>>        TARGET_LIST=aarch64-softmmu,aarch64-linux-user
>>      - IMAGE=debian-s390x-cross
>>        TARGET_LIST=s390x-softmmu,s390x-linux-user
>> +    # mips64el-softmmu disabled due to libfdt problem
>>      - IMAGE=debian-mipsel-cross
>> -      TARGET_LIST=mipsel-softmmu,mips64el-softmmu,mipsel-linux-user,mips64el-linux-user
>> +      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
>>  build:
>>    pre_ci:
>>      - make docker-image-${IMAGE}
>
>
> If you fix the order of your patches you can get rid of this noise.

I'll squash with patch 11 (removing your R-B).

> --
> Alex Bennée
>
diff mbox

Patch

diff --git a/.shippable.yml b/.shippable.yml
index 6601243060..7e714991f9 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -15,8 +15,9 @@  env:
       TARGET_LIST=aarch64-softmmu,aarch64-linux-user
     - IMAGE=debian-s390x-cross
       TARGET_LIST=s390x-softmmu,s390x-linux-user
+    # mips64el-softmmu disabled due to libfdt problem
     - IMAGE=debian-mipsel-cross
-      TARGET_LIST=mipsel-softmmu,mips64el-softmmu,mipsel-linux-user,mips64el-linux-user
+      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
 build:
   pre_ci:
     - make docker-image-${IMAGE}