On Tue, Oct 26, 2021 at 7:22 AM Alex Bennée <alex.ben...@linaro.org> wrote: > > From: Richard Henderson <richard.hender...@linaro.org> > > Build the entire cross tool chain from source. > For this reason, default to caching. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > [AJB: Update MAINTAINERS] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20211014224435.2539547-7-richard.hender...@linaro.org> > --- > MAINTAINERS | 1 + > tests/docker/Makefile.include | 6 ++ > .../build-toolchain.sh | 88 +++++++++++++++++++ > 3 files changed, 95 insertions(+) > create mode 100755 > tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>