mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-10 07:20:02 +00:00
cb3f1d5b29
Regenerate the ci files using the latest libvirt-ci: commit face9746f9729699ae8525ffac4ee19be82c1ba5 ci: drop update-alternatives for opensuse tumbleweed Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
93 lines
2.7 KiB
Docker
93 lines
2.7 KiB
Docker
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool manifest ci/manifest.yml
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
FROM registry.fedoraproject.org/fedora:rawhide
|
|
|
|
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
|
|
dnf install -y nosync && \
|
|
printf '#!/bin/sh\n\
|
|
if test -d /usr/lib64\n\
|
|
then\n\
|
|
export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\
|
|
else\n\
|
|
export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\
|
|
fi\n\
|
|
exec "$@"\n' > /usr/bin/nosync && \
|
|
chmod +x /usr/bin/nosync && \
|
|
nosync dnf distro-sync -y && \
|
|
nosync dnf install -y \
|
|
augeas \
|
|
bash-completion-devel \
|
|
ca-certificates \
|
|
ccache \
|
|
codespell \
|
|
cpp \
|
|
cppi \
|
|
diffutils \
|
|
dwarves \
|
|
ebtables \
|
|
firewalld-filesystem \
|
|
gettext \
|
|
git \
|
|
glibc-langpack-en \
|
|
grep \
|
|
iproute \
|
|
iproute-tc \
|
|
iptables \
|
|
iscsi-initiator-utils \
|
|
kmod \
|
|
libnbd-devel \
|
|
libxml2 \
|
|
libxslt \
|
|
lvm2 \
|
|
make \
|
|
meson \
|
|
nfs-utils \
|
|
ninja-build \
|
|
numad \
|
|
perl-base \
|
|
polkit \
|
|
python3 \
|
|
python3-black \
|
|
python3-docutils \
|
|
python3-flake8 \
|
|
python3-pytest \
|
|
qemu-img \
|
|
rpm-build \
|
|
sed \
|
|
systemd-rpm-macros && \
|
|
nosync dnf autoremove -y && \
|
|
nosync dnf clean all -y && \
|
|
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
|
|
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
|
ENV LANG "en_US.UTF-8"
|
|
ENV MAKE "/usr/bin/make"
|
|
ENV NINJA "/usr/bin/ninja"
|
|
ENV PYTHON "/usr/bin/python3"
|
|
|
|
RUN nosync dnf install -y \
|
|
mingw32-curl \
|
|
mingw32-dlfcn \
|
|
mingw32-gcc \
|
|
mingw32-gettext \
|
|
mingw32-glib2 \
|
|
mingw32-gnutls \
|
|
mingw32-headers \
|
|
mingw32-libssh2 \
|
|
mingw32-libxml2 \
|
|
mingw32-pkg-config \
|
|
mingw32-portablexdr \
|
|
mingw32-readline && \
|
|
nosync dnf clean all -y && \
|
|
rpm -qa | sort > /packages.txt && \
|
|
mkdir -p /usr/libexec/ccache-wrappers && \
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/i686-w64-mingw32-cc && \
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/i686-w64-mingw32-gcc
|
|
|
|
ENV ABI "i686-w64-mingw32"
|
|
ENV MESON_OPTS "--cross-file=/usr/share/mingw/toolchain-mingw32.meson"
|