diff options
| author | Alex Bennée | 2019-07-12 09:38:22 +0200 |
|---|---|---|
| committer | Alex Bennée | 2019-07-23 16:53:25 +0200 |
| commit | 67bd36beda1ae5748a0511335eddaa94270dc8cf (patch) | |
| tree | 3250b3ae1ce4aa0191e3e4e6e26e0cf68d36fa55 /tests/docker/dockerfiles/debian8-mxe.docker | |
| parent | tests/migration-test: don't spam the logs when we fail (diff) | |
| download | qemu-67bd36beda1ae5748a0511335eddaa94270dc8cf.tar.gz qemu-67bd36beda1ae5748a0511335eddaa94270dc8cf.tar.xz qemu-67bd36beda1ae5748a0511335eddaa94270dc8cf.zip | |
tests/dockerfiles: update the win cross builds to stretch
While fixing up pkg.mxe.cc they move the URLs around a bit and dropped
Jessie support in favour of Stretch. We also need to update the keys
used to verify the packages.
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>
Diffstat (limited to 'tests/docker/dockerfiles/debian8-mxe.docker')
| -rw-r--r-- | tests/docker/dockerfiles/debian8-mxe.docker | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/docker/dockerfiles/debian8-mxe.docker b/tests/docker/dockerfiles/debian8-mxe.docker deleted file mode 100644 index 2df4cc8c5c..0000000000 --- a/tests/docker/dockerfiles/debian8-mxe.docker +++ /dev/null @@ -1,19 +0,0 @@ -# -# Docker mingw cross-compiler target -# -# This docker target builds on the debian Jessie base image. -# -FROM qemu:debian8 - -MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org> - -# Add the foreign architecture we want and install dependencies -RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB && \ - echo "deb http://pkg.mxe.cc/repos/apt/debian jessie main" > /etc/apt/sources.list.d/mxeapt.list -RUN apt-get update -RUN DEBIAN_FRONTEND=noninteractive eatmydata \ - apt-get install -y --no-install-recommends \ - libpython2.7-stdlib \ - $(apt-get -s install -y --no-install-recommends gw32.shared-mingw-w64 | egrep "^Inst mxe-x86-64-unknown-" | cut -d\ -f2) - -ENV PATH $PATH:/usr/lib/mxe/usr/bin/ |
