Skip to content

Commit

Permalink
suppressions for tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 12, 2024
1 parent 8ff7e3a commit 2360ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
- preset: clang-tidy
- preset: linux-sanitizer
- preset: linux-debug
emulator: valgrind --suppressions=tools/suppress.txt --leak-check=full --error-exitcode=1
emulator: valgrind --suppressions=deps/osr/docs/tbb.supp --suppressions=deps/osr/docs/pthread.supp --suppressions=tools/suppress.txt --leak-check=full --gen-suppressions=all --error-exitcode=1
env:
BUILDCACHE_DIR: /buildcache
BUILDCACHE_DIRECT_MODE: true
Expand Down

0 comments on commit 2360ef8

Please sign in to comment.