Re: [PATCH v1 09/28] tests/docker: split PARTIAL into PARTIAL and VIRTUAL images

2021-10-26 Thread Willian Rampazzo
On Tue, Oct 26, 2021 at 7:22 AM Alex Bennée wrote: > > This is mostly to ensure we don't include the toolchain and bootstrap > builds in DOCKER_IMAGES which is useful when verifying all images > still build. > > Signed-off-by: Alex Bennée > --- > tests/docker/Makefile.include | 8 +--- > 1 f

Re: [PATCH v1 09/28] tests/docker: split PARTIAL into PARTIAL and VIRTUAL images

2021-10-26 Thread Richard Henderson
On 10/26/21 3:22 AM, Alex Bennée wrote: This is mostly to ensure we don't include the toolchain and bootstrap builds in DOCKER_IMAGES which is useful when verifying all images still build. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 8 +--- 1 file changed, 5 insertions(

[PATCH v1 09/28] tests/docker: split PARTIAL into PARTIAL and VIRTUAL images

2021-10-26 Thread Alex Bennée
This is mostly to ensure we don't include the toolchain and bootstrap builds in DOCKER_IMAGES which is useful when verifying all images still build. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/dock