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:
parent
f90992fef3
commit
c5926b8f10
@ -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>
|
Thu Aug 31 06:57:37 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ sh ./configure --prefix=%{_prefix} \
|
|||||||
# io_uring syscalls not supported as of qemu 7.0.0 and would test the host
|
# io_uring syscalls not supported as of qemu 7.0.0 and would test the host
|
||||||
# kernel anyway not the target kernel..
|
# kernel anyway not the target kernel..
|
||||||
%if !0%{?qemu_user_space_build}
|
%if !0%{?qemu_user_space_build}
|
||||||
/usr/bin/make runtests
|
/usr/bin/make %{?_smp_mflags} runtests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user