Accepting request 1005623 from home:dirkmueller:Factory

- skip testsuite on qemu_user_mode emulated builds, no chance
  of ever succeeding

OBS-URL: https://build.opensuse.org/request/show/1005623
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=62
This commit is contained in:
Martin Liška 2022-09-23 17:03:47 +00:00 committed by Git OBS Bridge
parent bb016171a7
commit a8d16976bb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 23 12:56:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
- skip testsuite on qemu_user_mode emulated builds, no chance
of ever succeeding
-------------------------------------------------------------------
Mon Jul 18 10:28:17 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -74,7 +74,9 @@ Mozilla's Rust language, Luvit, Julia, pyuv, and others.
find %{buildroot} -type f -name "*.la" -delete -print
%check
%if !0%{?qemu_user_space_build}
%make_build check
%endif
%post -n libuv%{somajor} -p /sbin/ldconfig
%postun -n libuv%{somajor} -p /sbin/ldconfig