do not run tests under valgrind
This prevents random issues in the built machine from affecting this build.
This commit is contained in:
parent
9c07a35162
commit
a2b950e7cc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user