From: Ondřej Surý Date: Sat, 22 Feb 2025 17:17:18 +0000 (+0100) Subject: Suppressing memory leaks produced by clang LeakSanitizer X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99627a006261078b082e14abfb9c92fe8b76554;p=thirdparty%2Fbind9.git Suppressing memory leaks produced by clang LeakSanitizer Previously, we were suppressing only the memory leaks in the GCC LeakSanitizer job, but those suppression are also needed by the Clang. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9c463887d9..a88e22ff50c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1268,6 +1268,8 @@ clang:asan: <<: *build_job system:clang:asan: + variables: + LSAN_OPTIONS: "suppressions=$CI_PROJECT_DIR/suppr-lsan.txt" <<: *base_image <<: *system_test_job needs: