SHA256
1
0
forked from pool/openexr

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:
Dominique Leuenberger 2022-12-09 12:16:46 +00:00 committed by Git OBS Bridge
commit 8dd5423228
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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