Skip to content

Commit

Permalink
Disable asan (#438)
Browse files Browse the repository at this point in the history
CI started segfaulting randomly with no source changes.
  • Loading branch information
calcmogul authored Mar 14, 2024
1 parent 329028f commit a53138f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- name: asan
cmake-flags: -DCMAKE_BUILD_TYPE=Asan -DBUILD_PYTHON=OFF
ctest-env:
# FIXME: Asan started segfaulting randomly with no source changes
#- name: asan
# cmake-flags: -DCMAKE_BUILD_TYPE=Asan -DBUILD_PYTHON=OFF
# ctest-env:
# tsan takes a long time, and we don't currently use threading
#- name: tsan
# cmake-flags: -DCMAKE_BUILD_TYPE=Tsan -DBUILD_PYTHON=OFF
Expand Down

0 comments on commit a53138f

Please sign in to comment.