From b5cbcccdfe3d1e992d2c16d48930f8b6d7a1033a Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Tue, 2 Apr 2024 12:51:56 -0700 Subject: [PATCH] suppress libc++ asan violations for osx --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c73b233..39e4830e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -822,6 +822,8 @@ jobs: - name: Boost B2 Workflow uses: alandefreitas/cpp-actions/b2-workflow@v1.8.2 if: ${{ !matrix.coverage && !matrix.time-trace }} + env: + ASAN_OPTIONS: ${{ (startsWith(matrix.compiler, 'apple-clang') && 'detect_invalid_pointer_pairs=0') || 'detect_invalid_pointer_pairs=2' }} with: source-dir: boost-root modules: http_proto