From 28c8b79f673992b2b3e67f031ae0afc7c5aaa26c Mon Sep 17 00:00:00 2001 From: pcpa Date: Thu, 25 Feb 2021 19:40:30 -0300 Subject: [PATCH] One test is segfaulting on i686 --- 0ad.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/0ad.spec b/0ad.spec index 94952c2..9e4251c 100644 --- a/0ad.spec +++ b/0ad.spec @@ -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