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 c3f35147a3.

(cherry picked from commit 3de17e9185)
This commit is contained in:
Michal Nowak 2022-02-02 10:39:53 +01:00
parent 7f466b049e
commit cd20453576
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -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: