Skip to content

Commit

Permalink
Call it a day
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Dec 6, 2023
1 parent 63a7ec8 commit 1e71333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ jobs:
matrix:
os: [macos-12, ubuntu-latest]
sanitizer: [asan, tsan]
# Excluding TSAN on ubuntu because of the warnings it generates around schedule.cc.
# This could be due to Apple Clang provide additional support for synchronization
# on Apple platforms, which is what we primarily care about.
exclude:
- os: ubuntu-latest
sanitizer: tsan

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion cmake/sanitizer_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endmacro()

if(CXX_CLANG OR CXX_GNU)
if(WITH_ASAN)
set(ASAN_OPTIONS "detect_leaks=0")
add_to_compile_and_link_flags("-fsanitize=address")
endif()

Expand Down

0 comments on commit 1e71333

Please sign in to comment.