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.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
configure | 4 ++++
.gitlab-ci.d/container-cross.yml | 6 ------
tests/docker/Makefile.include | 1 -
.../dockerfiles/debian-sparc64-cross.docker | 19 -------------------
4 files changed, 4 insertions(+), 26 deletions(-)
delete mode 100644 tests/docker/dockerfiles/debian-sparc64-cross.docker
diff --git a/configure b/configure
index 20247bc149..7854451913 100755
--- a/configure
+++ b/configure
@@ -1356,6 +1356,10 @@ probe_target_compiler() {
container_image=debian-legacy-test-cross
container_cross_prefix=sh4-linux-gnu-
;;
+ sparc64)
+ container_image=debian-test-cross