Commit f42beff7 by Philip Kelley

Expand valgrind suppressions even more for libssl, libcrypto

parent 4adb4815
...@@ -33,7 +33,7 @@ script: ...@@ -33,7 +33,7 @@ script:
# Run Tests # Run Tests
after_success: 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 # Only watch the development branch
branches: branches:
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
... ...
obj:*libssl.so* obj:*libssl.so*
... ...
fun:ssl_setup
} }
{ {
...@@ -33,7 +32,6 @@ ...@@ -33,7 +32,6 @@
... ...
obj:*libcrypto.so* obj:*libcrypto.so*
... ...
fun:ssl_setup
} }
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment