2020-12-14 18:24:37 +03:00
# THIS FILE WAS AUTO-GENERATED
#
# $ lcitool dockerfile --cross mingw64 fedora-rawhide libvirt
#
2021-01-20 19:28:03 +03:00
# https://gitlab.com/libvirt/libvirt-ci/-/commit/740f5254f607de914a92d664196d045149edb45a
2020-11-23 21:03:36 +03:00
FROM registry.fedoraproject.org/fedora:rawhide
2020-06-02 18:28:57 +03:00
2020-12-14 18:24:37 +03:00
RUN dnf install -y nosync && \
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 --nogpgcheck fedora-gpg-keys && \
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 \
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/x86_64-w64-mingw32-cc && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-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
mingw64-curl \
mingw64-dbus \
mingw64-dlfcn \
mingw64-gcc \
mingw64-gettext \
mingw64-glib2 \
mingw64-gnutls \
2020-06-25 15:28:25 +03:00
mingw64-headers \
2020-06-02 18:28:57 +03:00
mingw64-libssh2 \
mingw64-libxml2 \
mingw64-pkg-config \
mingw64-portablexdr \
mingw64-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 "x86_64-w64-mingw32"
ENV MESON_OPTS "--cross-file=/usr/share/mingw/toolchain-mingw64.meson"