diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2023-10-29 14:50:22 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2023-10-31 14:10:06 +0000 |
| commit | eb4cb4ed1f62ca01ebb23f5fdf89751a2486c96d (patch) | |
| tree | b23cc54c6e37536f2a6821f661675c37274b39c5 /tests/docker/Makefile.include | |
| parent | 4e76d98ae962dc22408ac99f2e1c3bf2bce2ef9c (diff) | |
| download | focaccia-qemu-eb4cb4ed1f62ca01ebb23f5fdf89751a2486c96d.tar.gz focaccia-qemu-eb4cb4ed1f62ca01ebb23f5fdf89751a2486c96d.zip | |
tests/docker: use debian-all-test-cross for power
Maintaining two sets of containers for test building is silly. While it makes sense for the QEMU cross-compile targets to have their own fat containers built by lcitool we might as well merge the other random debian based compilers into the same one used on gitlab. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231029145033.592566-9-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
| -rw-r--r-- | tests/docker/Makefile.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index f61d97102f..82e06d84b3 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -122,7 +122,6 @@ docker-image-debian-nios2-cross: $(DOCKER_FILES_DIR)/debian-toolchain.docker \ $(call debian-toolchain, $@) # These images may be good enough for building tests but not for test builds -DOCKER_PARTIAL_IMAGES += debian-powerpc-test-cross DOCKER_PARTIAL_IMAGES += debian-hppa-cross DOCKER_PARTIAL_IMAGES += debian-m68k-cross debian-mips64-cross DOCKER_PARTIAL_IMAGES += debian-microblaze-cross |