Skip to content

Commit

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

0 comments on commit b851d23

Please sign in to comment.