Disable valgrind leak checks
This commit is contained in:
parent
853ed305cd
commit
ac985aa668
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user