Re: [PATCH 8/9] tests: add python3-venv to debian10.docker

2022-06-02 Thread John Snow
On Wed, Jun 1, 2022, 3:29 AM Thomas Huth wrote: > On 31/05/2022 20.28, John Snow wrote: > > On Mon, May 30, 2022 at 3:33 AM Thomas Huth wrote: > >> > >> On 26/05/2022 02.09, John Snow wrote: > >>> This is needed to be able to add a venv-building step to 'make check'; > >>> the clang-user job in

Re: [PATCH 8/9] tests: add python3-venv to debian10.docker

2022-06-01 Thread Thomas Huth
On 31/05/2022 20.28, John Snow wrote: On Mon, May 30, 2022 at 3:33 AM Thomas Huth wrote: On 26/05/2022 02.09, John Snow wrote: This is needed to be able to add a venv-building step to 'make check'; the clang-user job in particular needs this to be able to run check-unit. Signed-off-by: John

Re: [PATCH 8/9] tests: add python3-venv to debian10.docker

2022-05-31 Thread John Snow
On Mon, May 30, 2022 at 3:33 AM Thomas Huth wrote: > > On 26/05/2022 02.09, John Snow wrote: > > This is needed to be able to add a venv-building step to 'make check'; > > the clang-user job in particular needs this to be able to run > > check-unit. > > > > Signed-off-by: John Snow > > --- > >

Re: [PATCH 8/9] tests: add python3-venv to debian10.docker

2022-05-30 Thread Thomas Huth
On 26/05/2022 02.09, John Snow wrote: This is needed to be able to add a venv-building step to 'make check'; the clang-user job in particular needs this to be able to run check-unit. Signed-off-by: John Snow --- tests/docker/dockerfiles/debian10.docker | 1 + 1 file changed, 1 insertion(+)

Re: [PATCH 8/9] tests: add python3-venv to debian10.docker

2022-05-26 Thread Paolo Bonzini
On 5/26/22 02:09, John Snow wrote: This is needed to be able to add a venv-building step to 'make check'; the clang-user job in particular needs this to be able to run check-unit. Signed-off-by: John Snow --- tests/docker/dockerfiles/debian10.docker | 1 + 1 file changed, 1 insertion(+) dif

[PATCH 8/9] tests: add python3-venv to debian10.docker

2022-05-25 Thread John Snow
This is needed to be able to add a venv-building step to 'make check'; the clang-user job in particular needs this to be able to run check-unit. Signed-off-by: John Snow --- tests/docker/dockerfiles/debian10.docker | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker/dockerfiles/debi