historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/docker/dockerfiles/fedora-cris-cross.docker

9 lines
164 B
Docker
Raw Normal View History

2024-01-16 17:20:27 +00:00
#
# Cross compiler for cris system tests
#
FROM fedora:30
ENV PACKAGES gcc-cris-linux-gnu
RUN dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt