2020-12-14 18:24:37 +03:00
# THIS FILE WAS AUTO-GENERATED
#
# $ lcitool dockerfile --cross mingw32 fedora-rawhide libvirt
#
2021-02-11 14:13:48 +03:00
# https://gitlab.com/libvirt/libvirt-ci/-/commit/891c7d56be1d0eb5adaf78fced7d1d882d6f0b6a
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 && \
nosync dnf update -y && \
nosync dnf install -y \
2020-06-02 18:28:57 +03:00
augeas \
bash-completion \
ca-certificates \
ccache \
cppi \
2020-11-23 21:20:57 +03:00
diffutils \
2020-06-02 18:28:57 +03:00
dnsmasq \
dwarves \
ebtables \
2020-10-08 16:26:12 +03:00
firewalld-filesystem \
2020-06-02 18:28:57 +03:00
git \
glibc-langpack-en \
iproute \
iproute-tc \
2021-02-11 14:13:48 +03:00
iptables \
2020-06-02 18:28:57 +03:00
iscsi-initiator-utils \
kmod \
libwsman-devel \
libxml2 \
libxslt \
lvm2 \
make \
meson \
nfs-utils \
ninja-build \
numad \
parted \
perl \
polkit \
python3 \
python3-docutils \
python3-flake8 \
qemu-img \
radvd \
rpcgen \
rpm-build \
scrub \
sheepdog \
zfs-fuse && \
2020-12-14 18:24:37 +03:00
nosync dnf autoremove -y && \
nosync dnf clean all -y && \
rpm -qa | sort > /packages.txt && \
2020-06-02 18:28:57 +03:00
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-$( basename /usr/bin/gcc)
2020-12-14 18:24:37 +03:00
RUN nosync dnf install -y \
2020-06-02 18:28:57 +03:00
mingw32-curl \
mingw32-dbus \
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 && \
2020-12-14 18:24:37 +03:00
nosync dnf clean all -y
2020-06-02 18:28:57 +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"
ENV ABI "i686-w64-mingw32"
ENV MESON_OPTS "--cross-file=/usr/share/mingw/toolchain-mingw32.meson"