mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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 <luoyonggang@gmail.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18044>
This commit is contained in:
parent
5adf2702a9
commit
c6979d97e4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue