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:
Alex Bennée 2019-05-30 10:52:53 +01:00
parent c87e38399c
commit acc5c5061d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM fedora:29
FROM fedora:30
ENV PACKAGES \
gcc \
glib2-devel.i686 \