Skip to content

Commit

Permalink
ICU-22801 run with detect_leaks
Browse files Browse the repository at this point in the history
add ASAN_OPTIONS=detect_leaks=1
  • Loading branch information
FrankYFTang authored Jun 17, 2024
1 parent 6a8d6c9 commit f61f986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
env:
CPPFLAGS: -fsanitize=leak
LDFLAGS: -fsanitize=leak
ASAN_OPTIONS: detect_leaks=1
# Clang Linux with undefined-behavior sanitizer.
clang-ubsan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f61f986

Please sign in to comment.