summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2019-09-25 12:56:58 +0200
committerMichel Dänzer <michel@daenzer.net>2019-10-24 16:21:48 +0200
commit75cc8c0b82f2907987a46d5cf0e91b73ac0c8ff7 (patch)
treeb1602cf87afb84b4e984eae0f81a9dc1dd3d987b
parent9ffe477412dcce170832c255ac7dcab0f450edbe (diff)
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>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d534345a4d3..f8c16dc0f51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: >