Re: [Qemu-devel] [PATCH for 3.0 02/10] docker: debian-tricore add git tools

2018-07-12 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 07/09/2018 12:21 PM, Alex Bennée wrote: >> As we check out we need git installed before we start. We would have >> had this based on the heavier qemu:debian9 image but we only use plain >> debian:9 here. > > I first thought "weird, I checked this already" the

Re: [Qemu-devel] [PATCH for 3.0 02/10] docker: debian-tricore add git tools

2018-07-10 Thread Philippe Mathieu-Daudé
On 07/10/2018 05:44 PM, Philippe Mathieu-Daudé wrote: > On 07/09/2018 12:21 PM, Alex Bennée wrote: >> As we check out we need git installed before we start. We would have >> had this based on the heavier qemu:debian9 image but we only use plain >> debian:9 here. > > I first thought "weird, I check

Re: [Qemu-devel] [PATCH for 3.0 02/10] docker: debian-tricore add git tools

2018-07-10 Thread Philippe Mathieu-Daudé
On 07/09/2018 12:21 PM, Alex Bennée wrote: > As we check out we need git installed before we start. We would have > had this based on the heavier qemu:debian9 image but we only use plain > debian:9 here. I first thought "weird, I checked this already" then noticed you rebased on debian:9. 'stretch

[Qemu-devel] [PATCH for 3.0 02/10] docker: debian-tricore add git tools

2018-07-09 Thread Alex Bennée
As we check out we need git installed before we start. We would have had this based on the heavier qemu:debian9 image but we only use plain debian:9 here. Signed-off-by: Alex Bennée --- tests/docker/dockerfiles/debian-tricore-cross.docker | 3 +++ 1 file changed, 3 insertions(+) diff --git a/te