Skip to content

Commit

Permalink
LSAN_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 10, 2024
1 parent 30ccc98 commit 318ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
TARGET="aarch64-apple-darwin"
# Suppress leaks from dyld4::RuntimeState on macOS
echo "leak:dyld4::RuntimeState" > suppressions.txt
export ASAN_OPTIONS="$ASAN_OPTIONS:suppressions=suppressions.txt"
export LSAN_OPTIONS="suppressions=suppressions.txt"
fi
cargo nextest run -Z build-std --features ci --target "$TARGET"

0 comments on commit 318ab52

Please sign in to comment.