Accepting request 991279 from home:favogt:augeasfail

RFC.

- Unset MALLOC_PERTURB_ to speed up %check significantly
  (boo#1201884, gh#hercules-team#768)

OBS-URL: https://build.opensuse.org/request/show/991279
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=94
This commit is contained in:
Dirk Mueller 2022-07-28 06:42:33 +00:00 committed by Git OBS Bridge
parent c7a6e09db4
commit 597be02f93
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 26 15:49:09 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- Unset MALLOC_PERTURB_ to speed up %check significantly
(boo#1201884, gh#hercules-team#768)
-------------------------------------------------------------------
Tue Apr 26 08:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -114,6 +114,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
%check
# This causes a >20x slowdown otherwise (boo#1201884)
unset MALLOC_PERTURB_
%make_build check
%post -n libaugeas0 -p /sbin/ldconfig