gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
authorThomas Huth <thuth@redhat.com>
Mon, 30 Jan 2023 10:44:41 +0000 (11:44 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 31 Jan 2023 07:56:27 +0000 (08:56 +0100)
We are also compile-testing ppc64-softmmu with clang in the "tsan-build"
job, and ppc64-softmmu covers pretty much the same code as ppc-softmmu,
so we should not lose much test coverage here by removing ppc-softmmu
from the "clang-system" job.

Message-Id: <20230130104446.1286773-2-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/buildtest.yml

index f09a898c3e2c6a6a964d05cf48cc2cf41cd943d6..406608e5fc42ba68cd018ecb12fca5f95c21f66b 100644 (file)
@@ -316,8 +316,7 @@ clang-system:
     IMAGE: fedora
     CONFIGURE_ARGS: --cc=clang --cxx=clang++
       --extra-cflags=-fsanitize=undefined --extra-cflags=-fno-sanitize-recover=undefined
-    TARGETS: alpha-softmmu arm-softmmu m68k-softmmu mips64-softmmu
-      ppc-softmmu s390x-softmmu
+    TARGETS: alpha-softmmu arm-softmmu m68k-softmmu mips64-softmmu s390x-softmmu
     MAKE_CHECK_ARGS: check-qtest check-tcg
 
 clang-user: