Skip to content

Commit

Permalink
Disable asan on gcc due potential blosc2 bug: Blosc/c-blosc2#636
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Oct 16, 2024
1 parent 49dfbe5 commit 9dfc5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
os: ubuntu-24.04
compiler: gcc-13
compilercxx: g++-13
cflags: "-fsanitize=address,leak,undefined"
cxxflags: "-fsanitize=address,leak,undefined"
cflags: ""
cxxflags: ""
- name: Ubuntu Clang
os: ubuntu-24.04
compiler: clang
Expand Down

0 comments on commit 9dfc5bf

Please sign in to comment.