From: Michal Nowak Date: Wed, 2 Feb 2022 09:39:53 +0000 (+0100) Subject: Fix path to suppr-lsan.txt file X-Git-Tag: v9.19.0~127^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3de17e9185f05a9b797adb9ca79a1d17c20e3387;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2816466c659..9a1891eb044 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: