Skip to content

Commit

Permalink
Fix SAN clang-11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maffre committed Aug 18, 2023
1 parent b3b537a commit 1573acd
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 @@ -61,3 +61,5 @@ jobs:
working-directory: ${{github.workspace}}/build/${{ matrix.build_type }}
shell: bash
run: ctest -VV -C ${{ matrix.build_type }}
env:
ASAN_OPTIONS: use_sigaltstack=false # To avoid SetAlternateSignalStack with clang-11

0 comments on commit 1573acd

Please sign in to comment.