Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

2021-11-02 Thread Philippe Mathieu-Daudé
On 11/2/21 13:24, Alex Bennée wrote: > Alex Bennée writes: >> Philippe Mathieu-Daudé writes: >>> On 10/18/21 12:54, Alex Bennée wrote: Richard Henderson writes: > The base debian10 image contains enough to build qemu; > we do not need to repeat that within the new image. >

Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

2021-11-02 Thread Alex Bennée
Alex Bennée writes: > Philippe Mathieu-Daudé writes: > >> On 10/18/21 12:54, Alex Bennée wrote: >>> >>> Richard Henderson writes: >>> The base debian10 image contains enough to build qemu; we do not need to repeat that within the new image. Signed-off-by: Richard Henders

Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

2021-10-18 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 10/18/21 12:54, Alex Bennée wrote: >> >> Richard Henderson writes: >> >>> The base debian10 image contains enough to build qemu; >>> we do not need to repeat that within the new image. >>> >>> Signed-off-by: Richard Henderson >>> --- >>> tests/docker/doc

Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

2021-10-18 Thread Philippe Mathieu-Daudé
On 10/18/21 12:54, Alex Bennée wrote: > > Richard Henderson writes: > >> The base debian10 image contains enough to build qemu; >> we do not need to repeat that within the new image. >> >> Signed-off-by: Richard Henderson >> --- >> tests/docker/dockerfiles/debian-all-test-cross.docker | 5

Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

2021-10-18 Thread Alex Bennée
Richard Henderson writes: > The base debian10 image contains enough to build qemu; > we do not need to repeat that within the new image. > > Signed-off-by: Richard Henderson > --- > tests/docker/dockerfiles/debian-all-test-cross.docker | 5 - > 1 file changed, 5 deletions(-) > > diff --gi

[PATCH 2/7] tests/docker: Simplify debian-all-test-cross

2021-10-14 Thread Richard Henderson
The base debian10 image contains enough to build qemu; we do not need to repeat that within the new image. Signed-off-by: Richard Henderson --- tests/docker/dockerfiles/debian-all-test-cross.docker | 5 - 1 file changed, 5 deletions(-) diff --git a/tests/docker/dockerfiles/debian-all-test-c