Disable tests on arm for now

epel9
Orion Poplawski 9 years ago
parent 4324dd0e28
commit a22f315f42

@ -271,7 +271,8 @@ rm ${RPM_BUILD_ROOT}%{_mandir}/man1/h5p[cf]c.1
make -C build check
# disable parallel tests on s390(x) - something gets wrong in DNS resolver in glibc
# they are passed when run manually in mock
%ifnarch s390 s390x
# testphdf5 is hanging on arm with openmpi
%ifnarch s390 s390x %{arm}
export HDF5_Make_Ignore=yes
for mpi in %{?mpi_list}
do

Loading…
Cancel
Save