]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Switch off leak detect in CI
authorOtto Moerbeek <otto@drijf.net>
Thu, 19 Jun 2025 12:52:58 +0000 (14:52 +0200)
committerOtto Moerbeek <otto@drijf.net>
Thu, 19 Jun 2025 12:56:49 +0000 (14:56 +0200)
.github/workflows/build-and-test-all.yml

index 89a742077018a2e523a3665ac81346f987daecf3..b4cd2db3a789ec7f06704f38eae5f1e0d8a45067 100644 (file)
@@ -181,7 +181,7 @@ jobs:
       image: "${{ needs.get-runner-container-image.outputs.id }}:${{ needs.get-runner-container-image.outputs.tag }}"
       env:
         UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1:suppressions=${{ env.REPO_HOME }}/build-scripts/UBSan.supp'
-        ASAN_OPTIONS: ""
+        ASAN_OPTIONS: detect_leaks=0
         LSAN_OPTIONS: "suppressions=${{ env.REPO_HOME }}/pdns/recursordist/recursor-lsan.supp"
         TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ env.REPO_HOME }}/pdns/recursordist/recursor-tsan.supp"
       options: --sysctl net.ipv6.conf.all.disable_ipv6=0