mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 04:11:49 +00:00
Expand valgrind suppressions even more for libssl, libcrypto
This commit is contained in:
parent
4adb4815bf
commit
f42beff7e2
@ -33,7 +33,7 @@ script:
|
||||
|
||||
# Run Tests
|
||||
after_success:
|
||||
- valgrind --num-callers=30 --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
|
||||
- valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
|
||||
|
||||
# Only watch the development branch
|
||||
branches:
|
||||
|
@ -24,7 +24,6 @@
|
||||
...
|
||||
obj:*libssl.so*
|
||||
...
|
||||
fun:ssl_setup
|
||||
}
|
||||
|
||||
{
|
||||
@ -33,7 +32,6 @@
|
||||
...
|
||||
obj:*libcrypto.so*
|
||||
...
|
||||
fun:ssl_setup
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user