From e03e1adcf00b7b8cca0c919690e15a71afa07f88 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 17 Dec 2024 10:33:14 +0100 Subject: [PATCH] llvmpipe/ci: Actually enable ASan testing for llvmpipe-deqp-asan The llvmpipe-deqp-asan job never preloaded libasan.so.8. Fix this by enabling the new DEQP_FORCE_ASAN option to ensure ASan testing is performed. Signed-off-by: Valentine Burley Part-of: --- src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml index 19e98370625..f486c0b4702 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml @@ -56,6 +56,7 @@ llvmpipe-deqp-asan: # busy at the deqp-runner level, and we don't want to overload fd.o # shared runners LP_NUM_THREADS: 0 + DEQP_FORCE_ASAN: 1 extends: .llvmpipe-deqp-test needs: - debian/x86_64_test-gl