On Tue, Oct 26, 2021 at 4:58 PM Philippe Mathieu-Daudé <[email protected]> wrote:
> On 10/26/21 12:22, Alex Bennée wrote:
> > From: Brian Cain <[email protected]>
> >
> > The new dockerfile uses a complete toolchain built by CodeLinaro.
> > Remove the special casing that was necessary when the dockerfile
> > built the toolchain from source.
>
> Can we start using .container_job_template for the
> currently special-cased hexagon-cross-container job then?

Doh whatever this is exactly what the following patch does...

> > Suggested-by: Brian Cain <[email protected]>
> > Signed-off-by: Richard Henderson <[email protected]>
> > [AJB: fix MAINTAINERS]
> > Signed-off-by: Alex Bennée <[email protected]>
> > Message-Id: <[email protected]>
> >
> > squash! tests/docker: Update debian-hexagon-cross to a newer toolchain
> > ---
> >  MAINTAINERS                                   |   1 -
> >  tests/docker/Makefile.include                 |  24 +--
> >  .../dockerfiles/debian-hexagon-cross.docker   |  45 +-----
> >  .../build-toolchain.sh                        | 141 ------------------
> >  4 files changed, 9 insertions(+), 202 deletions(-)
> >  delete mode 100755 
> > tests/docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh

Reply via email to