From a51ae80c196f6a6d5d853dadd4f1a1b4ab55c1af Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 15 Aug 2024 12:54:18 +0200 Subject: [PATCH] ci/build: add comment to explain why s390x is useful And disambiguate with s390 which is dead but is a different thing. Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 74f7a233de5..e0e17225fa2 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -689,6 +689,8 @@ debian-x86_32: -D intel-clc=enabled -D install-intel-clc=true +# While s390 is dead, s390x is very much alive, and one of the last major +# big-endian platforms, so it provides useful coverage. debian-s390x: extends: - debian-ppc64el