From 539647e863fe4ca24982fde908b24c05af83dd748c34f1786687f66c9b023afc Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 26 Sep 2022 07:35:06 +0000 Subject: [PATCH] Accepting request 1005895 from home:dirkmueller:Factory - skip checks on qemu_linux_user builds OBS-URL: https://build.opensuse.org/request/show/1005895 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liburing?expand=0&rev=22 --- liburing.changes | 5 +++++ liburing.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/liburing.changes b/liburing.changes index 1337f6f..6e55787 100644 --- a/liburing.changes +++ b/liburing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 25 14:34:41 UTC 2022 - Dirk Müller + +- skip checks on qemu_linux_user builds + ------------------------------------------------------------------- Tue Aug 16 10:53:40 UTC 2022 - Jiri Slaby diff --git a/liburing.spec b/liburing.spec index fa7c24d..116498d 100644 --- a/liburing.spec +++ b/liburing.spec @@ -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