]> Git Repo - qemu.git/commitdiff
tests/docker: move our Alpha cross compile to Buster
authorAlex Bennée <[email protected]>
Mon, 12 Aug 2019 14:47:10 +0000 (15:47 +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-alpha-cross.docker

index 7c1ff677a1349085b43d39211877f010cde676ec..e7379f1d7320e0095ea890823af953c9ecb5cbb6 100644 (file)
@@ -98,10 +98,10 @@ docker-image-debian-s390x-cross: docker-image-debian9
 docker-image-debian-win32-cross: docker-image-debian9-mxe
 docker-image-debian-win64-cross: docker-image-debian9-mxe
 
+docker-image-debian-alpha-cross: docker-image-debian10
 docker-image-debian-arm64-cross: docker-image-debian10
 docker-image-debian-powerpc-cross: docker-image-debian10
 
-docker-image-debian-alpha-cross: docker-image-debian-sid
 docker-image-debian-hppa-cross: docker-image-debian-sid
 docker-image-debian-m68k-cross: docker-image-debian-sid
 docker-image-debian-sh4-cross: docker-image-debian-sid
index 23444342f031e7d3860cb903f052079871ca07b7..74bcabfdb12ba7bd30280879cd0126a28912e32f 100644 (file)
@@ -1,13 +1,12 @@
 #
 # 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 \
     apt install -y --no-install-recommends \
         gcc-alpha-linux-gnu \
-        libc6.1-dev-alpha-cross || { echo "Failed to build - see debian-sid.docker notes"; exit 1; }
+        libc6.1-dev-alpha-cross
This page took 0.027402 seconds and 4 git commands to generate.