repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: Improve reporting of redefinition
[qemu/armbru.git]
/
tests
/
docker
/
dockerfiles
/
fedora-cris-cross.docker
blob
09e7e449f9b992b14ebd69f251041115db811b35
1
#
2
# Cross compiler for cris system tests
3
#
4
5
FROM fedora:30
6
ENV PACKAGES gcc-cris-linux-gnu
7
RUN dnf install -y $PACKAGES
8
RUN rpm -q $PACKAGES | sort > /packages.txt