forked from pool/mbedtls
- Do not run testsuite in parallel - its not reliable
OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=16
This commit is contained in:
parent
ddd7fc109e
commit
85984f4eca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 10:41:19 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Do not run testsuite in parallel - its not reliable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 07:53:22 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -109,8 +109,10 @@ sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/library
|
||||
%ctest
|
||||
# parallel execution fails
|
||||
# %%ctest
|
||||
pushd build
|
||||
%{_bindir}/ctest --output-on-failure --force-new-ctest-process -j1
|
||||
|
||||
%post -n %{lib_tls} -p /sbin/ldconfig
|
||||
%post -n %{lib_crypto} -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user