diff options
author | Thomas Huth <thuth@redhat.com> | 2023-01-30 11:44:41 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-01-31 08:56:27 +0100 |
commit | 7c4f71506f785da0eb4eae98753fe689f4bab351 (patch) | |
tree | c7cd5a024e85c9c02592db54c8b3aa5a61aa90a1 /.gitlab-ci.d | |
parent | 7a92a8573c81162f75d71873be32c65f8aedd07f (diff) | |
download | qemu-7c4f71506f785da0eb4eae98753fe689f4bab351.zip qemu-7c4f71506f785da0eb4eae98753fe689f4bab351.tar.gz qemu-7c4f71506f785da0eb4eae98753fe689f4bab351.tar.bz2 |
gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
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>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index f09a898..406608e 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: |