Skip to content

Commit

Permalink
valgrind: ignore lazy hashmap conditional branches
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jun 13, 2024
1 parent 122c64a commit 5b9841a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .valgrind-pkgcraft.supp
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# valgrind suppressions for pkgcraft

{
ignore lazy hashmap usage
Memcheck:Cond
fun:_ZN9hashbrown3map28HashMap*
...
fun:_ZN8pkgcraft*
...
}

{
from regex-syntax crate
Memcheck:Cond
Expand Down

0 comments on commit 5b9841a

Please sign in to comment.