Skip to content

Commit b5cbccc

Browse files
committed
suppress libc++ asan violations for osx
1 parent 3712fa1 commit b5cbccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@ jobs:
822822
- name: Boost B2 Workflow
823823
uses: alandefreitas/cpp-actions/[email protected]
824824
if: ${{ !matrix.coverage && !matrix.time-trace }}
825+
env:
826+
ASAN_OPTIONS: ${{ (startsWith(matrix.compiler, 'apple-clang') && 'detect_invalid_pointer_pairs=0') || 'detect_invalid_pointer_pairs=2' }}
825827
with:
826828
source-dir: boost-root
827829
modules: http_proto

0 commit comments

Comments
 (0)