From eaa9bf51f903efc4ae10fe312e1235671ca36189 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 17 May 2024 16:58:11 +0200 Subject: [PATCH] auth: Enable LeakSanitizer while running the unit tests in CI (cherry picked from commit adef1d05bdce30194d727281949370fc13073604) --- .github/workflows/build-and-test-all.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index fdeba1ff5a..1f2fc69fb8 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -57,7 +57,6 @@ jobs: container: image: "${{ needs.get-runner-container-image.outputs.id }}:${{ needs.get-runner-container-image.outputs.tag }}" env: - ASAN_OPTIONS: detect_leaks=0 FUZZING_TARGETS: yes SANITIZERS: asan+ubsan UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ env.REPO_HOME }}/build-scripts/UBSan.supp" -- 2.47.2