mirror of https://github.com/xemu-project/xemu.git
tests/docker: Update the Fedora cross compile images to 30
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>
This commit is contained in:
parent
c87e38399c
commit
acc5c5061d
|
@ -2,7 +2,7 @@
|
|||
# Cross compiler for cris system tests
|
||||
#
|
||||
|
||||
FROM fedora:latest
|
||||
FROM fedora:30
|
||||
ENV PACKAGES gcc-cris-linux-gnu
|
||||
RUN dnf install -y $PACKAGES
|
||||
RUN rpm -q $PACKAGES | sort > /packages.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:29
|
||||
FROM fedora:30
|
||||
ENV PACKAGES \
|
||||
gcc \
|
||||
glib2-devel.i686 \
|
||||
|
|
Loading…
Reference in New Issue