]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix path to suppr-lsan.txt file
authorMichal Nowak <mnowak@isc.org>
Wed, 2 Feb 2022 09:39:53 +0000 (10:39 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 7 Feb 2022 11:45:06 +0000 (12:45 +0100)
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.

.gitlab-ci.yml

index 2816466c659e3f5ef0f942d99cf8f88454544949..9a1891eb044300154521f8195f5d97db5d347797 100644 (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: