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:
parent
40652a8879
commit
3de17e9185
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user