All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] tests/docker: rename wasm cross container
@ 2026-01-27  9:27 Alex Bennée
  2026-01-27 17:07 ` Pierrick Bouvier
  2026-01-27 17:12 ` Daniel P. Berrangé
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Bennée @ 2026-01-27  9:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, peter.maydell, Alex Bennée,
	Philippe Mathieu-Daudé, Thomas Huth

Now we are 64 bit only there is no need to keep the generic name. This
also fixes a check failure in the weekly container build which was
checking containers based on the expansion of DOCKER_IMAGES which is
based of the dockerfile names.

Fixes: 4203ea0247f (gitlab-ci: Add build tests for wasm64)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .gitlab-ci.d/container-cross.yml                                | 2 +-
 .../{emsdk-wasm-cross.docker => emsdk-wasm64-cross.docker}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tests/docker/dockerfiles/{emsdk-wasm-cross.docker => emsdk-wasm64-cross.docker} (100%)

diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml
index d7ae57fb1f5..923044e9a12 100644
--- a/.gitlab-ci.d/container-cross.yml
+++ b/.gitlab-ci.d/container-cross.yml
@@ -78,4 +78,4 @@ wasm64-emsdk-cross-container:
   extends: .container_job_template
   variables:
     NAME: emsdk-wasm64-cross
-    DOCKERFILE: emsdk-wasm-cross
+    DOCKERFILE: emsdk-wasm64-cross
diff --git a/tests/docker/dockerfiles/emsdk-wasm-cross.docker b/tests/docker/dockerfiles/emsdk-wasm64-cross.docker
similarity index 100%
rename from tests/docker/dockerfiles/emsdk-wasm-cross.docker
rename to tests/docker/dockerfiles/emsdk-wasm64-cross.docker
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-27 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  9:27 [RFC PATCH] tests/docker: rename wasm cross container Alex Bennée
2026-01-27 17:07 ` Pierrick Bouvier
2026-01-27 17:12 ` Daniel P. Berrangé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.