Accepting request 127558 from openSUSE:Factory:ARM
qemu is not threadsafe enough atm, please forward to factory. OBS-URL: https://build.opensuse.org/request/show/127558 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=35
This commit is contained in:
parent
373fe3ad07
commit
7ae3290a2d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 11 05:15:17 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- test suite failure in qemu emulated builds (arm) must be ignored
|
||||||
|
for now. qemu is not threadsafe enough for it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 4 07:44:21 UTC 2012 - vuntz@opensuse.org
|
Wed Apr 4 07:44:21 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -81,7 +81,10 @@ Connectivity Establishment standard (ICE).
|
|||||||
%{__make}
|
%{__make}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} check
|
%{__make} check \
|
||||||
|
%if 0%{?qemu_user_space_build}
|
||||||
|
|| echo "ignore test suite failure in qemu, it is not threadsafe"
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user