]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Refresh generated files
authorAndrea Bolognani <abologna@redhat.com>
Thu, 11 Aug 2022 10:04:48 +0000 (12:04 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 24 Aug 2022 09:07:06 +0000 (11:07 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
ci/containers/centos-stream-9.Dockerfile
ci/containers/opensuse-leap-153.Dockerfile
ci/containers/ubuntu-2004.Dockerfile

index 5d0b5ffc6c8da6097ac923cdb4e766f6742b569b..3981765fd54cade001d5808cf6b7c5985a23592e 100644 (file)
@@ -69,6 +69,9 @@ RUN dnf distro-sync -y && \
         polkit \
         python3 \
         python3-docutils \
+        python3-pip \
+        python3-setuptools \
+        python3-wheel \
         qemu-img \
         readline-devel \
         rpcgen \
@@ -88,6 +91,8 @@ RUN dnf distro-sync -y && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
 
+RUN /usr/bin/pip3 install flake8
+
 ENV LANG "en_US.UTF-8"
 ENV MAKE "/usr/bin/make"
 ENV NINJA "/usr/bin/ninja"
index 583e994716a6d9859f13ee6aabeb64215c73b9a9..eeba0a327a96153782e2fefa59e52e1ff27c8a13 100644 (file)
@@ -91,7 +91,7 @@ RUN zypper update -y && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
 
-RUN pip3 install meson==0.56.0
+RUN /usr/bin/pip3 install meson==0.56.0
 
 ENV LANG "en_US.UTF-8"
 ENV MAKE "/usr/bin/make"
index 81115ab3383f513536a9f7376f14446e53863a41..466b045fe44be77c4dd81fbda51395bdd0c0bd62 100644 (file)
@@ -97,7 +97,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
 
-RUN pip3 install meson==0.56.0
+RUN /usr/bin/pip3 install meson==0.56.0
 
 ENV LANG "en_US.UTF-8"
 ENV MAKE "/usr/bin/make"