From a2b950e7cc52f36b288f16447e6748ad3aba7aee Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 30 Mar 2015 09:07:30 +0200 Subject: [PATCH] do not run tests under valgrind This prevents random issues in the built machine from affecting this build. --- libtasn1.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtasn1.spec b/libtasn1.spec index fc7e9ca..f79fd03 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -54,7 +54,7 @@ data. %patch1 -p1 -b .rpath %build -%configure --disable-static --disable-silent-rules +%configure --disable-static --disable-silent-rules --disable-valgrind-tests # libtasn1 likes to regenerate docs touch doc/stamp_docs