forked from pool/libuv
Accepting request 1005656 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1005656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=30
This commit is contained in:
commit
7fb4df204f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user