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/debian-win32-cross.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/debian-win32-cross.docker')
| -rw-r--r-- | tests/docker/dockerfiles/debian-win32-cross.docker | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/dockerfiles/debian-win32-cross.docker b/tests/docker/dockerfiles/debian-win32-cross.docker index 0a4970c068..c787e43245 100644 --- a/tests/docker/dockerfiles/debian-win32-cross.docker +++ b/tests/docker/dockerfiles/debian-win32-cross.docker @@ -1,9 +1,9 @@ # # Docker mingw32 cross-compiler target # -# This docker target builds on the debian Jessie MXE base image. +# This docker target builds on the debian Stretch MXE base image. # -FROM qemu:debian8-mxe +FROM qemu:debian9-mxe MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org> |
