Accepting request 987892 from home:aplanas:branches:security
Run tests sequentially OBS-URL: https://build.opensuse.org/request/show/987892 OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=90
This commit is contained in:
parent
45c31e0402
commit
f3e46a0f5a
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%bcond_with test
|
%bcond_without test
|
||||||
Name: tpm2.0-tools
|
Name: tpm2.0-tools
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -100,7 +100,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
%make_build check
|
# Do the tests sequentially to kill all tpm_server instances
|
||||||
|
# https://github.com/tpm2-software/tpm2-tools/issues/3042
|
||||||
|
%make_build -j1 check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user