]> Git Repo - qemu.git/commitdiff
tests/docker: move our sparc64 cross compile to Buster
authorAlex Bennée <[email protected]>
Tue, 13 Aug 2019 14:16:48 +0000 (15:16 +0100)
committerAlex Bennée <[email protected]>
Tue, 10 Sep 2019 13:14:31 +0000 (14:14 +0100)
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
tests/docker/Makefile.include
tests/docker/dockerfiles/debian-sparc64-cross.docker

index 62f2733eb66427b08dca124f132b4409b07d9eaa..50c5e64212abe4be11239cd0f9d856e79708eee6 100644 (file)
@@ -103,9 +103,9 @@ docker-image-debian-arm64-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-sparc64-cross: docker-image-debian10
 
 docker-image-debian-sh4-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-riscv64-cross: docker-image-debian-sid
 docker-image-debian-ppc64-cross: docker-image-debian-sid
index 7a2c2ab19c239952d099c5b1d10916f17547c1f4..31fd34f120b2fdcb591255b7f084800479e0e5f6 100644 (file)
@@ -1,10 +1,9 @@
 #
 # Docker cross-compiler target
 #
-# This docker target builds on the debian sid base image which
-# contains cross compilers for Debian "ports" targets.
+# This docker target builds on the debian Buster base image.
 #
-FROM qemu:debian-sid
+FROM qemu:debian10
 
 RUN apt update && \
     DEBIAN_FRONTEND=noninteractive eatmydata \
This page took 0.02749 seconds and 4 git commands to generate.