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
This commit is contained in:
Gabriel Krisman Bertazi 2023-09-14 16:18:26 +00:00 committed by Git OBS Bridge
parent f90992fef3
commit c5926b8f10
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 14 08:37:29 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
- build tests in parallel (using %{?_smp_mflags})
-------------------------------------------------------------------
Thu Aug 31 06:57:37 UTC 2023 - Jiri Slaby <jslaby@suse.cz>

View File

@ -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