Re-enable all tests on x86_64

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
Michel Alexandre Salim 2022-05-11 17:34:22 -07:00
parent b9ff1d24b5
commit 16d00ba891

View File

@ -73,8 +73,12 @@ The %{name}-devel package contains misc utilities built with %{name}.
%prep
%autosetup -p1
%if %{without all_tests}
%ifnarch x86_64
# patch disabling union of tests failing on other arches
cat %{SOURCE1} | patch -p1
%endif
%ifarch %{ix86}
# this test errors out only on 32-bit x86
cat %{SOURCE2} | patch -p1
%endif
%endif