diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2023-10-29 14:50:21 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2023-10-31 13:28:34 +0000 |
| commit | 4e76d98ae962dc22408ac99f2e1c3bf2bce2ef9c (patch) | |
| tree | a6f6b4de617528fcd5d4516930aa143af4e84fb9 /tests/docker/Makefile.include | |
| parent | d004e27b4e10dbe4741e81fa5f8ef9b7ea23818d (diff) | |
| download | focaccia-qemu-4e76d98ae962dc22408ac99f2e1c3bf2bce2ef9c.tar.gz focaccia-qemu-4e76d98ae962dc22408ac99f2e1c3bf2bce2ef9c.zip | |
tests/docker: move sh4 to use debian-legacy-test-cross
sh4 is another target which doesn't work with bookworm compilers. To keep on buster move across to the debian-legacy-test-cross image and update accordingly. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231030135715.800164-1-alex.bennee@linaro.org>
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 8270bdff6c..f61d97102f 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -129,7 +129,7 @@ DOCKER_PARTIAL_IMAGES += debian-microblaze-cross DOCKER_PARTIAL_IMAGES += debian-mips-cross DOCKER_PARTIAL_IMAGES += debian-nios2-cross DOCKER_PARTIAL_IMAGES += debian-riscv64-test-cross -DOCKER_PARTIAL_IMAGES += debian-sh4-cross debian-sparc64-cross +DOCKER_PARTIAL_IMAGES += debian-sparc64-cross DOCKER_PARTIAL_IMAGES += debian-xtensa-cross DOCKER_PARTIAL_IMAGES += fedora-cris-cross |