mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
gitlab-ci: Enable UBSan for the meson-vulkan job
It doesn't report any errors now. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
9ffe477412
commit
75cc8c0b82
1 changed files with 4 additions and 0 deletions
|
|
@ -338,6 +338,10 @@ meson-vulkan:
|
|||
-D gallium-xa=false
|
||||
-D gallium-nine=false
|
||||
-D gallium-opencl=disabled
|
||||
-D b_sanitize=undefined
|
||||
-D c_args=-fno-sanitize-recover=all
|
||||
-D cpp_args=-fno-sanitize-recover=all
|
||||
UBSAN_OPTIONS: "print_stacktrace=1"
|
||||
VULKAN_DRIVERS: intel,amd,freedreno
|
||||
LLVM_VERSION: "8"
|
||||
EXTRA_OPTION: >
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue