tests/docker: add fedora-cris-cross compilers

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2018-12-06 17:55:22 +00:00
parent 647aee9ba2
commit 824ad15f1c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#
# Cross compiler for cris system tests
#
FROM fedora:latest
ENV PACKAGES gcc-cris-linux-gnu
RUN dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt