forked from pool/openexr
Accepting request 1041639 from home:pgajdos:branches:SUSE:ALP
- skip testMultiTiledPartThreading for ppc64le OBS-URL: https://build.opensuse.org/request/show/1041639 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=85
This commit is contained in:
parent
c355973421
commit
e091859f1a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:07:02 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- skip testMultiTiledPartThreading for ppc64le
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 11:16:42 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
@ -168,7 +168,11 @@ export LD_LIBRARY_PATH="%{buildroot}/%{_libdir}"
|
||||
%global __ctest %{__ctest} --timeout 3600
|
||||
%ctest
|
||||
%else
|
||||
%ctest --timeout 3600
|
||||
%ifarch ppc64le
|
||||
# bsc#1205885
|
||||
EXCLUDE_REGEX='testMultiTiledPartThreading'
|
||||
%endif
|
||||
%ctest --exclude-regex "$EXCLUDE_REGEX" --timeout 3600
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user