diff options
| author | Alex Bennée | 2019-08-12 18:07:37 +0200 |
|---|---|---|
| committer | Alex Bennée | 2019-09-10 15:14:31 +0200 |
| commit | 20f8b1a27ae0e6373de936f1a283c439b9cfc3ae (patch) | |
| tree | 300a98cf434df52b980dad972c5eb225b2f33516 /tests/docker/Makefile.include | |
| parent | tests/docker: move our HPPA cross compile to Buster (diff) | |
| download | qemu-20f8b1a27ae0e6373de936f1a283c439b9cfc3ae.tar.gz qemu-20f8b1a27ae0e6373de936f1a283c439b9cfc3ae.tar.xz qemu-20f8b1a27ae0e6373de936f1a283c439b9cfc3ae.zip | |
tests/docker: move our m68k cross compile to Buster
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 <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/Makefile.include')
| -rw-r--r-- | tests/docker/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index ba5a624eae..62f2733eb6 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -101,9 +101,9 @@ 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-hppa-cross: docker-image-debian10 +docker-image-debian-m68k-cross: docker-image-debian10 docker-image-debian-powerpc-cross: docker-image-debian10 -docker-image-debian-m68k-cross: docker-image-debian-sid 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 |
