forked from pool/libuv
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:
parent
bb016171a7
commit
a8d16976bb
@ -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>
|
Mon Jul 18 10:28:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -74,7 +74,9 @@ Mozilla's Rust language, Luvit, Julia, pyuv, and others.
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if !0%{?qemu_user_space_build}
|
||||||
%make_build check
|
%make_build check
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n libuv%{somajor} -p /sbin/ldconfig
|
%post -n libuv%{somajor} -p /sbin/ldconfig
|
||||||
%postun -n libuv%{somajor} -p /sbin/ldconfig
|
%postun -n libuv%{somajor} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user