On Tue, Oct 26, 2021 at 4:58 PM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > On 10/26/21 12:22, Alex Bennée wrote: > > From: Brian Cain <brian.c...@gmail.com> > > > > 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 <bc...@quicinc.com> > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > > [AJB: fix MAINTAINERS] > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > Message-Id: <20211014224435.2539547-4-richard.hender...@linaro.org> > > > > 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