From 3de17e9185f05a9b797adb9ca79a1d17c20e3387 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 2 Feb 2022 10:39:53 +0100 Subject: [PATCH] Fix path to suppr-lsan.txt file The "suppr-lsan.txt" file needs to be referenced with GitLab-specific variable, otherwise AddressSanitizer won't find it outside the "isc-projects" project group. This has been introduced in 8a4f098dee9056cec29366424d74ef78eea81184. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2816466c65..9a1891eb04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -937,7 +937,7 @@ gcc:asan: system:gcc:asan: variables: SOFTHSM2_MODULE: "/lib64/libsofthsm2.so" - LSAN_OPTIONS: "suppressions=/builds/isc-projects/bind9/suppr-lsan.txt" + LSAN_OPTIONS: "suppressions=$CI_PROJECT_DIR/suppr-lsan.txt" <<: *fedora_35_amd64_image <<: *system_test_job needs: