Message ID | 20180713121741.19262-4-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
Series | various docker fixes | expand |
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
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 --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