mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 01:50:43 +00:00
tests/docker: move our m68k cross compile to Buster
Now Buster is released we can stop relying on the movable feast that is Sid for our cross-compiler for building tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
c268700b9f
commit
20f8b1a27a
@ -101,9 +101,9 @@ docker-image-debian-win64-cross: docker-image-debian9-mxe
|
|||||||
docker-image-debian-alpha-cross: docker-image-debian10
|
docker-image-debian-alpha-cross: docker-image-debian10
|
||||||
docker-image-debian-arm64-cross: docker-image-debian10
|
docker-image-debian-arm64-cross: docker-image-debian10
|
||||||
docker-image-debian-hppa-cross: docker-image-debian10
|
docker-image-debian-hppa-cross: docker-image-debian10
|
||||||
|
docker-image-debian-m68k-cross: docker-image-debian10
|
||||||
docker-image-debian-powerpc-cross: docker-image-debian10
|
docker-image-debian-powerpc-cross: docker-image-debian10
|
||||||
|
|
||||||
docker-image-debian-m68k-cross: docker-image-debian-sid
|
|
||||||
docker-image-debian-sh4-cross: docker-image-debian-sid
|
docker-image-debian-sh4-cross: docker-image-debian-sid
|
||||||
docker-image-debian-sparc64-cross: docker-image-debian-sid
|
docker-image-debian-sparc64-cross: docker-image-debian-sid
|
||||||
docker-image-debian-mips64-cross: docker-image-debian-sid
|
docker-image-debian-mips64-cross: docker-image-debian-sid
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Docker cross-compiler target
|
# Docker cross-compiler target
|
||||||
#
|
#
|
||||||
# This docker target builds on the debian sid base image which
|
# This docker target builds on the debian Buster base image.
|
||||||
# contains cross compilers for Debian "ports" targets.
|
|
||||||
#
|
#
|
||||||
FROM qemu:debian-sid
|
FROM qemu:debian10
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
DEBIAN_FRONTEND=noninteractive eatmydata \
|
DEBIAN_FRONTEND=noninteractive eatmydata \
|
||||||
|
Loading…
Reference in New Issue
Block a user