qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] docker: add debian/alpha image


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH] docker: add debian/alpha image
Date: Mon, 23 Apr 2018 16:39:29 +0100
User-agent: mu4e 1.1.0; emacs 26.1

Philippe Mathieu-Daudé <address@hidden> writes:

> This image is not enough to cross-build QEMU,
> but it is useful enough to cross-compile TCG tests.
>
> Suggested-by: Alex Bennée <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  tests/docker/dockerfiles/debian-alpha-cross.docker | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 tests/docker/dockerfiles/debian-alpha-cross.docker
>
> diff --git a/tests/docker/dockerfiles/debian-alpha-cross.docker 
> b/tests/docker/dockerfiles/debian-alpha-cross.docker
> new file mode 100644
> index 0000000000..dce1d2e719
> --- /dev/null
> +++ b/tests/docker/dockerfiles/debian-alpha-cross.docker
> @@ -0,0 +1,13 @@
> +#
> +# Docker alpha cross-compiler target
> +#
> +# This docker target builds on the debian Stretch base image.
> +#
> +FROM qemu:debian9

I should have noticed this. However I'm currently enabling a bunch of
additional cross compilers which SID has for the benefit of the various
ports.

> +
> +# Add the foreign architecture we want and install dependencies
> +RUN dpkg --add-architecture alpha
> +RUN apt update
> +RUN DEBIAN_FRONTEND=noninteractive eatmydata \
> +    apt-get install -y --no-install-recommends \
> +        gcc-alpha-linux-gnu


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]