summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-08-11 12:04:48 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-08-24 11:07:06 +0200
commit3173cdf43bfafcfda1b1f8a30aeac2508c3eb474 (patch)
tree1a5b68b9b66758d6856c73b8bb6c418a008acedc /ci
parent206b59a2965e9794ff80098bed8436acffc5ef3f (diff)
downloadlibvirt-3173cdf43bfafcfda1b1f8a30aeac2508c3eb474.tar.gz
ci: Refresh generated files
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/containers/centos-stream-9.Dockerfile5
-rw-r--r--ci/containers/opensuse-leap-153.Dockerfile2
-rw-r--r--ci/containers/ubuntu-2004.Dockerfile2
3 files changed, 7 insertions, 2 deletions
diff --git a/ci/containers/centos-stream-9.Dockerfile b/ci/containers/centos-stream-9.Dockerfile
index 5d0b5ffc6c..3981765fd5 100644
--- a/ci/containers/centos-stream-9.Dockerfile
+++ b/ci/containers/centos-stream-9.Dockerfile
@@ -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"
diff --git a/ci/containers/opensuse-leap-153.Dockerfile b/ci/containers/opensuse-leap-153.Dockerfile
index 583e994716..eeba0a327a 100644
--- a/ci/containers/opensuse-leap-153.Dockerfile
+++ b/ci/containers/opensuse-leap-153.Dockerfile
@@ -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"
diff --git a/ci/containers/ubuntu-2004.Dockerfile b/ci/containers/ubuntu-2004.Dockerfile
index 81115ab338..466b045fe4 100644
--- a/ci/containers/ubuntu-2004.Dockerfile
+++ b/ci/containers/ubuntu-2004.Dockerfile
@@ -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"