Skip to content

Commit

Permalink
For sanitize runs, add test/suppressions.txt file
Browse files Browse the repository at this point in the history
In projects like property_map, the dynamic properties test explicitly
leaks memory.  We ignore this with a suppression file, and so can you.
  • Loading branch information
jeking3 authored and Flamefire committed Dec 29, 2024
1 parent 14db964 commit fd0c2c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
if [[ "${{ matrix.ccache }}" == "no" ]]; then
echo "B2_USE_CCACHE=0" >> $GITHUB_ENV
fi
if [[ "${{ matrix.sanitize }}" == "yes" ]]; then
echo "LSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/test/suppressions.txt" >> $GITHUB_ENV
fi
git config --global pack.threads 0
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
Expand Down

0 comments on commit fd0c2c9

Please sign in to comment.