Accepting request 1041642 from graphics
- skip testMultiTiledPartThreading for ppc64le [bsc#1205885] (forwarded request 1041641 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/1041642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=53
This commit is contained in:
commit
8dd5423228
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 14:07:02 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- skip testMultiTiledPartThreading for ppc64le [bsc#1205885]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 5 11:16:42 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
|
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
|
%global __ctest %{__ctest} --timeout 3600
|
||||||
%ctest
|
%ctest
|
||||||
%else
|
%else
|
||||||
%ctest --timeout 3600
|
%ifarch ppc64le
|
||||||
|
# bsc#1205885
|
||||||
|
EXCLUDE_REGEX='testMultiTiledPartThreading'
|
||||||
|
%endif
|
||||||
|
%ctest --exclude-regex "$EXCLUDE_REGEX" --timeout 3600
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user