Skip to content

Commit

Permalink
ci(sanitize): ignore leak in std::rt::lang_start_internal (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Dec 24, 2024
1 parent bb45c74 commit 4028ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
{
echo "leak:dyld4::RuntimeState"
echo "leak:fetchInitializingClassList"
echo "leak:std::rt::lang_start_internal"
} > suppressions.txt
PWD=$(pwd)
export LSAN_OPTIONS="suppressions=$PWD/suppressions.txt"
Expand Down

0 comments on commit 4028ca4

Please sign in to comment.