acc5c5061d
While at it remove the bogus :latest tag for cris cross compiler. It tends to break caching and cause confusion. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
9 lines
164 B
Docker
9 lines
164 B
Docker
#
|
|
# 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
|