target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
[qemu/ar7.git] / tests / docker / dockerfiles / fedora-win64-cross.docker
blobbcb428e724235606a7cb3a3526615adb8cf59d56
1 FROM fedora:33
3 # Please keep this list sorted alphabetically
4 ENV PACKAGES \
5     bc \
6     bzip2 \
7     diffutils \
8     findutils \
9     gcc \
10     gettext \
11     git \
12     hostname \
13     make \
14     meson \
15     mingw64-bzip2 \
16     mingw64-curl \
17     mingw64-glib2 \
18     mingw64-gmp \
19     mingw64-gtk3 \
20     mingw64-libjpeg-turbo \
21     mingw64-libpng \
22     mingw64-libtasn1 \
23     mingw64-pixman \
24     mingw64-pkg-config \
25     perl \
26     perl-Test-Harness \
27     python3 \
28     python3-PyYAML \
29     tar \
30     which
32 RUN dnf install -y $PACKAGES
33 RUN rpm -q $PACKAGES | sort > /packages.txt
34 ENV FEATURES mingw
36 # Specify the cross prefix for this image (see tests/docker/common.rc)
37 ENV QEMU_CONFIGURE_OPTS --cross-prefix=x86_64-w64-mingw32- --disable-capstone