2020-12-14 18:24:37 +03:00
# THIS FILE WAS AUTO-GENERATED
#
2021-09-09 16:49:01 +03:00
# $ lcitool manifest ci/manifest.yml
2020-12-14 18:24:37 +03:00
#
2021-07-19 15:36:51 +03:00
# https://gitlab.com/libvirt/libvirt-ci
2021-04-15 20:07:16 +03:00
2020-11-23 21:03:36 +03:00
FROM registry.fedoraproject.org/fedora:rawhide
2020-06-02 18:28:57 +03:00
2021-02-11 14:13:48 +03:00
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
dnf install -y nosync && \
2020-12-14 18:24:37 +03:00
echo -e ' #!/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 " $@ " ' > /usr/bin/nosync && \
chmod +x /usr/bin/nosync && \
2021-11-23 15:09:37 +03:00
nosync dnf distro-sync -y && \
2020-12-14 18:24:37 +03:00
nosync dnf install -y \
2020-06-02 18:28:57 +03:00
augeas \
bash-completion \
ca-certificates \
ccache \
2022-01-03 18:48:18 +03:00
codespell \
2021-04-15 20:07:16 +03:00
cpp \
2020-06-02 18:28:57 +03:00
cppi \
2020-11-23 21:20:57 +03:00
diffutils \
2020-06-02 18:28:57 +03:00
dwarves \
ebtables \
2020-10-08 16:26:12 +03:00
firewalld-filesystem \
2020-06-02 18:28:57 +03:00
git \
glibc-langpack-en \
2021-03-23 17:33:33 +03:00
grep \
2020-06-02 18:28:57 +03:00
iproute \
iproute-tc \
2021-02-11 14:13:48 +03:00
iptables \
2020-06-02 18:28:57 +03:00
iscsi-initiator-utils \
kmod \
libxml2 \
libxslt \
lvm2 \
make \
meson \
nfs-utils \
ninja-build \
numad \
2021-05-04 11:39:31 +03:00
perl-base \
2020-06-02 18:28:57 +03:00
polkit \
python3 \
python3-docutils \
python3-flake8 \
qemu-img \
rpcgen \
rpm-build \
scrub \
2022-09-26 19:37:22 +03:00
sed \
systemd-rpm-macros && \
2020-12-14 18:24:37 +03:00
nosync dnf autoremove -y && \
2021-10-20 13:37:16 +03:00
nosync dnf clean all -y
2020-06-02 18:28:57 +03:00
2021-12-22 19:24:43 +03:00
ENV LANG "en_US.UTF-8"
ENV MAKE "/usr/bin/make"
ENV NINJA "/usr/bin/ninja"
ENV PYTHON "/usr/bin/python3"
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
2020-12-14 18:24:37 +03:00
RUN nosync dnf install -y \
2020-06-02 18:28:57 +03:00
mingw32-curl \
mingw32-dlfcn \
mingw32-gcc \
mingw32-gettext \
mingw32-glib2 \
mingw32-gnutls \
2020-06-25 15:28:25 +03:00
mingw32-headers \
2020-06-02 18:28:57 +03:00
mingw32-libssh2 \
mingw32-libxml2 \
mingw32-pkg-config \
mingw32-portablexdr \
mingw32-readline && \
2021-10-20 13:37:16 +03:00
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
2020-06-02 18:28:57 +03:00
ENV ABI "i686-w64-mingw32"
ENV MESON_OPTS "--cross-file=/usr/share/mingw/toolchain-mingw32.meson"