Disable valgrind leak checks

This commit is contained in:
Björn Esser 2018-08-08 08:02:06 +02:00
parent 853ed305cd
commit ac985aa668
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -32,7 +32,6 @@ Patch0: %{url}/compare/v4.1.1...develop.patch#/%{name}-4.1.1_to_master.p
BuildRequires: fipscheck
BuildRequires: libtool
BuildRequires: valgrind
Requires: glibc%{_isa} >= 2.26.9000-46
@ -146,15 +145,6 @@ is highly discouraged.
exit $rc;
}
%make_build check-valgrind-memcheck || \
{
rc=$?;
echo "-----BEGIN TESTLOG-----";
%{__cat} test-suite.log;
echo "-----END TESTLOG-----";
exit $rc;
}
%ldconfig_scriptlets
@ -193,7 +183,6 @@ is highly discouraged.
%changelog
* Wed Aug 08 2018 Björn Esser <besser82@fedoraproject.org> - 4.1.1-3
- Make crypt{,_r} return NULL on failure (#1611784)
- Use valgrind to check for memory leaks
* Sat Aug 04 2018 Björn Esser <besser82@fedoraproject.org> - 4.1.1-2
- Add manpages for crypt{,_r,_ra}.3 (#1610307)