mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 17:00:00 -04: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 inc3f35147a3. (cherry picked from commit3de17e9185)
This commit is contained in:
parent
7f466b049e
commit
cd20453576
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue