[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-sys
From: |
Thomas Huth |
Subject: |
[PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job |
Date: |
Mon, 30 Jan 2023 11:44:41 +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.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.d/buildtest.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index f09a898c3e..406608e5fc 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -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:
--
2.31.1
- [PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs, Thomas Huth, 2023/01/30
- [PATCH 5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs, Thomas Huth, 2023/01/30
- [PATCH 3/6] tests/qtest/display-vga-test: Add proper checks if a device is available, Thomas Huth, 2023/01/30
- [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job, Thomas Huth, 2023/01/30
- [PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job,
Thomas Huth <=
- [PATCH 2/6] gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu job, Thomas Huth, 2023/01/30
- [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs, Thomas Huth, 2023/01/30