Skip to content

Commit

Permalink
suppress libc++ asan violations for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Apr 5, 2024
1 parent 3712fa1 commit b5cbccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5cbccc

Please sign in to comment.