On 26/08/2022 19.21, Alex Bennée wrote:
Update to the latest stable Debian. While we are at it flatten into a
single dockerfile as we do not need anything from the base image to
build the toolchain. This is used to build both the nios and
microblaze toolchains.
Signed-off-by: Alex Bennée <[email protected]>
---
tests/docker/Makefile.include | 4 ----
tests/docker/dockerfiles/debian-toolchain.docker | 5 +++--
2 files changed, 3 insertions(+), 6 deletions(-)
I was a little bit surprised that we do not expose these containers in the
gitlab-CI (and thus that there are no modifications to the yml files here),
but seems like we're fine.
Reviewed-by: Thomas Huth <[email protected]>