Exclude pdal_utils_test test on i686

This commit is contained in:
Sandro Mani 2021-06-17 22:33:59 +02:00
parent 5e7a886bb5
commit 7f7d0f7f71
1 changed files with 5 additions and 0 deletions

View File

@ -192,8 +192,13 @@ sphinx-build -b html . build/html
# Use plain ctest as opposed to %%ctest, which runs tests in parallel, and appears to trigger
# a race condition when running pdal_filters_overlay_test, leading to
# "Unable to open stream for '/builddir/build/BUILD/PDAL-2.2.0-src/test/data/../temp/temp.laz' with error 'No such file or directory'".
%ifarch i686
# https://github.com/PDAL/PDAL/issues/3469
(cd %{_vpath_builddir} && ctest --output-on-failure -E pdal_utils_test)
%else
(cd %{_vpath_builddir} && ctest --output-on-failure)
%endif
%endif
%files
%{_bindir}/pdal