1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00

ci: refresh with lcitool manifest

This pulls in the new wheel packages.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2024-04-25 10:22:46 +01:00
parent 379ecce9f5
commit e2a8524bc8
14 changed files with 18 additions and 4 deletions

View File

@ -40,6 +40,7 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
rpm -qa | sort > /packages.txt

View File

@ -23,7 +23,8 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-venv
python3-venv \
python3-wheel
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen
dpkg-reconfigure locales
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED

View File

@ -23,7 +23,8 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-venv
python3-venv \
python3-wheel
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen
dpkg-reconfigure locales
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED

View File

@ -21,6 +21,7 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
rpm -qa | sort > /packages.txt

View File

@ -21,6 +21,7 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
rpm -qa | sort > /packages.txt

View File

@ -22,6 +22,7 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
rpm -qa | sort > /packages.txt

View File

@ -21,6 +21,7 @@ function install_buildenv() {
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
rpm -qa | sort > /packages.txt

View File

@ -41,6 +41,7 @@ RUN dnf distro-sync -y && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build && \
dnf autoremove -y && \
dnf clean all -y && \

View File

@ -25,7 +25,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-venv && \
python3-venv \
python3-wheel && \
eatmydata apt-get autoremove -y && \
eatmydata apt-get autoclean -y && \
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \

View File

@ -25,7 +25,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-venv && \
python3-venv \
python3-wheel && \
eatmydata apt-get autoremove -y && \
eatmydata apt-get autoclean -y && \
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \

View File

@ -32,6 +32,7 @@ exec "$@"\n' > /usr/bin/nosync && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build && \
nosync dnf autoremove -y && \
nosync dnf clean all -y && \

View File

@ -32,6 +32,7 @@ exec "$@"\n' > /usr/bin/nosync && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build && \
nosync dnf autoremove -y && \
nosync dnf clean all -y && \

View File

@ -33,6 +33,7 @@ exec "$@"\n' > /usr/bin/nosync && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build && \
nosync dnf autoremove -y && \
nosync dnf clean all -y && \

View File

@ -22,6 +22,7 @@ RUN zypper dist-upgrade -y && \
python3-pip \
python3-pytest \
python3-setuptools \
python3-wheel \
rpm-build && \
zypper clean --all && \
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \