From c5926b8f107402bc4755f08d5fbf6e9e4d2bb184e8508a02a1ab8a9282b74c37 Mon Sep 17 00:00:00 2001 From: Gabriel Krisman Bertazi Date: Thu, 14 Sep 2023 16:18:26 +0000 Subject: [PATCH] Accepting request 1111042 from home:jirislaby:branches:devel:libraries:c_c++ - build tests in parallel (using %{?_smp_mflags}) OBS-URL: https://build.opensuse.org/request/show/1111042 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liburing?expand=0&rev=36 --- liburing.changes | 5 +++++ liburing.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/liburing.changes b/liburing.changes index 9541d2e..d9e2558 100644 --- a/liburing.changes +++ b/liburing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 14 08:37:29 UTC 2023 - Jiri Slaby + +- build tests in parallel (using %{?_smp_mflags}) + ------------------------------------------------------------------- Thu Aug 31 06:57:37 UTC 2023 - Jiri Slaby diff --git a/liburing.spec b/liburing.spec index de143c6..b8f9a1a 100644 --- a/liburing.spec +++ b/liburing.spec @@ -81,7 +81,7 @@ sh ./configure --prefix=%{_prefix} \ # 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 +/usr/bin/make %{?_smp_mflags} runtests %endif %install