Accepting request 1006001 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1006001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liburing?expand=0&rev=12
This commit is contained in:
Richard Brown 2022-09-27 18:13:07 +00:00 committed by Git OBS Bridge
commit b38b4b1ce2
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 25 14:34:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- skip checks on qemu_linux_user builds
-------------------------------------------------------------------
Tue Aug 16 10:53:40 UTC 2022 - Jiri Slaby <jslaby@suse.cz>

View File

@ -75,7 +75,11 @@ sh ./configure --prefix=%{_prefix} \
%make_build -C src
%check
# io_uring syscalls not supported as of qemu 7.0.0 and would test the host
# kernel anyway not the target kernel..
%if !0%{?qemu_user_space_build}
/usr/bin/make runtests
%endif
%install
%make_install