qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/17] tests/docker: use debian-all-test-cross for sparc64


From: Richard Henderson
Subject: Re: [PATCH 12/17] tests/docker: use debian-all-test-cross for sparc64
Date: Sat, 28 Oct 2023 12:27:19 -0700
User-agent: Mozilla Thunderbird

On 10/28/23 03:33, Alex Bennée wrote:
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

debian-all-test-cross


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]