diff options
author | Simon Rettberg | 2024-04-23 14:31:29 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-04-23 14:31:29 +0200 |
commit | 7604ddb66bbad228b45645ce182f8557f73c0953 (patch) | |
tree | 3af1a818ba4d54073cfc89beb372c1ab4d7537f3 | |
parent | [FUSE] Fix check for failed statsfile write (diff) | |
download | dnbd3-7604ddb66bbad228b45645ce182f8557f73c0953.tar.gz dnbd3-7604ddb66bbad228b45645ce182f8557f73c0953.tar.xz dnbd3-7604ddb66bbad228b45645ce182f8557f73c0953.zip |
github: Enable address sanitizer
-rw-r--r-- | .github/workflows/test-cow-fuse.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-cow-fuse.yml b/.github/workflows/test-cow-fuse.yml index a8f5f1b..0c3f2b8 100644 --- a/.github/workflows/test-cow-fuse.yml +++ b/.github/workflows/test-cow-fuse.yml @@ -24,6 +24,7 @@ jobs: cmake -B ${{ github.workspace }}/build \ -S ${{ github.workspace }} \ -D CMAKE_BUILD_TYPE=${{ matrix.config.build-type }} \ + -D CMAKE_C_FLAGS=-fsanitize=address \ -D DNBD3_KERNEL_MODULE=OFF \ -D DNBD3_BENCHMARK=OFF \ -D DNBD3_CLIENT_FUSE=ON \ |