- testsuite only for x86_64 [bsc#1146648]

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=27
This commit is contained in:
Petr Gajdos 2019-09-20 12:41:44 +00:00 committed by Git OBS Bridge
parent 75fd08a7ad
commit 80e126b0f4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 20 12:41:26 UTC 2019 - pgajdos@suse.com
- testsuite only for x86_64 [bsc#1146648]
-------------------------------------------------------------------
Wed Aug 21 11:48:22 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -171,7 +171,7 @@ make %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%check
%if %__isa_bits == 64
%ifarch x86_64
make %{?_smp_mflags} check
%endif