tests/docker: add fedora-cris-cross compilers
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
647aee9ba2
commit
824ad15f1c
8
tests/docker/dockerfiles/fedora-cris-cross.docker
Normal file
8
tests/docker/dockerfiles/fedora-cris-cross.docker
Normal 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
|
Loading…
Reference in New Issue
Block a user