2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

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.
This commit is contained in:
Michal Nowak 2022-02-02 10:39:53 +01:00
parent 40652a8879
commit 3de17e9185
No known key found for this signature in database
GPG Key ID: 24A3E8463AEE5E56

View File

@ -937,7 +937,7 @@ gcc:asan:
system:gcc:asan: system:gcc:asan:
variables: variables:
SOFTHSM2_MODULE: "/lib64/libsofthsm2.so" 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 <<: *fedora_35_amd64_image
<<: *system_test_job <<: *system_test_job
needs: needs: