Accepting request 991496 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/991496 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=57
This commit is contained in:
commit
89d0d58f32
@ -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>
|
Tue Apr 26 08:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -114,6 +114,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
|
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# This causes a >20x slowdown otherwise (boo#1201884)
|
||||||
|
unset MALLOC_PERTURB_
|
||||||
%make_build check
|
%make_build check
|
||||||
|
|
||||||
%post -n libaugeas0 -p /sbin/ldconfig
|
%post -n libaugeas0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user