diff mbox series

[v2,for,3.0,03/16] shippable: Build the TriCore docker image

Message ID 20180713121741.19262-4-alex.bennee@linaro.org
State New
Headers show
Series various docker fixes | expand

Commit Message

Alex Bennée July 13, 2018, 12:17 p.m. UTC
From: Philippe Mathieu-Daudé <f4bug@amsat.org>


Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 .shippable.yml | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.17.1

Comments

Alex Bennée July 13, 2018, 1:27 p.m. UTC | #1
Alex Bennée <alex.bennee@linaro.org> writes:

> From: Philippe Mathieu-Daudé <f4bug@amsat.org>

>

> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  .shippable.yml | 2 ++

>  1 file changed, 2 insertions(+)

>

> diff --git a/.shippable.yml b/.shippable.yml

> index f74a3de3ff..9670b13f8e 100644

> --- a/.shippable.yml

> +++ b/.shippable.yml

> @@ -25,6 +25,8 @@ env:

>        TARGET_LIST=mips64el-softmmu,mips64el-linux-user

>      - IMAGE=debian-ppc64el-cross

>        TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user

> +    - IMAGE=debian-tricore-cross

> +      TARGET_LIST=

>  build:

>    pre_ci:

>      - make docker-image-${IMAGE} V=1


Serves me right for not waiting until the shippable build finished. This
needs to be dropped as while we can build the image we can't use it to
build anything.

--
Alex Bennée
Philippe Mathieu-Daudé July 17, 2018, 2:55 a.m. UTC | #2
On 07/13/2018 10:27 AM, Alex Bennée wrote:
> 

> Alex Bennée <alex.bennee@linaro.org> writes:

> 

>> From: Philippe Mathieu-Daudé <f4bug@amsat.org>

>>

>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

>> ---

>>  .shippable.yml | 2 ++

>>  1 file changed, 2 insertions(+)

>>

>> diff --git a/.shippable.yml b/.shippable.yml

>> index f74a3de3ff..9670b13f8e 100644

>> --- a/.shippable.yml

>> +++ b/.shippable.yml

>> @@ -25,6 +25,8 @@ env:

>>        TARGET_LIST=mips64el-softmmu,mips64el-linux-user

>>      - IMAGE=debian-ppc64el-cross

>>        TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user

>> +    - IMAGE=debian-tricore-cross

>> +      TARGET_LIST=

>>  build:

>>    pre_ci:

>>      - make docker-image-${IMAGE} V=1

> 

> Serves me right for not waiting until the shippable build finished. This

> needs to be dropped as while we can build the image we can't use it to

> build anything.


It was tagged 'RFC' ;)
diff mbox series

Patch

diff --git a/.shippable.yml b/.shippable.yml
index f74a3de3ff..9670b13f8e 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -25,6 +25,8 @@  env:
       TARGET_LIST=mips64el-softmmu,mips64el-linux-user
     - IMAGE=debian-ppc64el-cross
       TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
+    - IMAGE=debian-tricore-cross
+      TARGET_LIST=
 build:
   pre_ci:
     - make docker-image-${IMAGE} V=1