mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
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 <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32659>
This commit is contained in:
parent
04b154b847
commit
e03e1adcf0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue