One test is segfaulting on i686

This commit is contained in:
pcpa 2021-02-25 19:40:30 -03:00
commit 28c8b79f67

View file

@ -249,8 +249,9 @@ export STRIP=/bin/true
#-----------------------------------------------------------------------
%check
# XXX FIXME segfaults in one of the i686 tests
%ifnarch %{ix86} aarch64 ppc64le
# Depends on availablity of nvtt
%ifnarch aarch64 ppc64le
%if %{with nvtt}
LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system
%endif