qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [PATCH 8/9] tests: add python3-venv to debian10.docker
Date: Thu, 26 May 2022 14:14:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

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 <jsnow@redhat.com>
---
  tests/docker/dockerfiles/debian10.docker | 1 +
  1 file changed, 1 insertion(+)

diff --git a/tests/docker/dockerfiles/debian10.docker 
b/tests/docker/dockerfiles/debian10.docker
index b414af1b9f7..03be9230664 100644
--- a/tests/docker/dockerfiles/debian10.docker
+++ b/tests/docker/dockerfiles/debian10.docker
@@ -34,4 +34,5 @@ RUN apt update && \
          python3 \
          python3-sphinx \
          python3-sphinx-rtd-theme \
+        python3-venv \
          $(apt-get -s build-dep --arch-only qemu | egrep ^Inst | fgrep '[all]' 
| cut -d\  -f2)

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]