Re: [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status

2023-01-20 Thread Alex Bennée
Richard Henderson writes: > On 1/19/23 08:04, Alex Bennée wrote: >> This image is perfectly capable of building QEMU, and indeed we do >> that on gitlab. Drop the DOCKER_PARTIAL_IMAGES setting so we can also >> test the gitlab build locally. >> Signed-off-by: Alex Bennée >> --- >> tests/docke

Re: [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status

2023-01-19 Thread Richard Henderson
On 1/19/23 08:04, Alex Bennée wrote: This image is perfectly capable of building QEMU, and indeed we do that on gitlab. Drop the DOCKER_PARTIAL_IMAGES setting so we can also test the gitlab build locally. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 1 - 1 file changed, 1 de

Re: [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status

2023-01-19 Thread Philippe Mathieu-Daudé
On 19/1/23 19:04, Alex Bennée wrote: This image is perfectly capable of building QEMU, and indeed we do that on gitlab. Drop the DOCKER_PARTIAL_IMAGES setting so we can also test the gitlab build locally. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 1 - 1 file changed, 1 d

[PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status

2023-01-19 Thread Alex Bennée
This image is perfectly capable of building QEMU, and indeed we do that on gitlab. Drop the DOCKER_PARTIAL_IMAGES setting so we can also test the gitlab build locally. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/docker/Mak