summaryrefslogtreecommitdiff
path: root/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/frontends/lavapipe/ci/gitlab-ci.yml')
-rw-r--r--src/gallium/frontends/lavapipe/ci/gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
index 4dad2d6c4b3..8a243cb4223 100644
--- a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
+++ b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
@@ -30,7 +30,7 @@ lavapipe-vk-asan:
variables:
GPU_VERSION: lvp-asan
DEQP_FRACTION: 50
- TEST_LD_PRELOAD: libasan.so.6
+ DEQP_RUNNER_OPTIONS: "--env LD_PRELOAD=libasan.so.6"
# Disable the leak checks, since the library gets dlclose()d and thus get
# totally useless leak reports. We can still catch buffer overflows.
ASAN_OPTIONS: "detect_leaks=0"