Skip to content

Commit

Permalink
disable gcc ubsan because rocksdb 9.0's issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed May 11, 2024
1 parent c9df7f9 commit 006492f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ jobs:
without_jemalloc: -DDISABLE_JEMALLOC=ON
compiler: clang
ignore_when_tsan: -tags="ignore_when_tsan"
- name: Ubuntu GCC UBSAN
os: ubuntu-22.04
without_jemalloc: -DDISABLE_JEMALLOC=ON
with_sanitizer: -DENABLE_UBSAN=ON
compiler: gcc
- name: Ubuntu Clang UBSAN
os: ubuntu-20.04
with_sanitizer: -DENABLE_UBSAN=ON
Expand Down

0 comments on commit 006492f

Please sign in to comment.