From c6979d97e46907ff341665200b853cbca1d5524c Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Mon, 8 Aug 2022 00:40:31 +0800 Subject: [PATCH] ci: Enable GALLIUM_DUMP_CPU=true only in the clang job This is used to show the cpu caps when running unit tests. As clang have optimization bug about util_get_cpu_caps before, so we monitor it by using GALLIUM_DUMP_CPU=true Signed-off-by: Yonggang Luo Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 6dc85c8c504..c1fb291f4aa 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -393,6 +393,7 @@ debian-clang: extends: .meson-build variables: UNWIND: "enabled" + GALLIUM_DUMP_CPU: "true" C_ARGS: > -Wno-error=constant-conversion -Wno-error=enum-conversion