Skip tests on arches other than aarch64 and x86_64

This commit is contained in:
Mikolaj Izdebski 2023-03-10 13:27:09 +01:00
parent a5e1400d78
commit 21b8d84e64

View File

@ -36,7 +36,13 @@ from Lua.
%mvn_file : %{name} %mvn_file : %{name}
%build %build
# Tests fail on arches other than aarch64 and x86_64 due to missing
# FMA support in OpenJDK.
%ifarch aarch64 x86_64
%mvn_build -j %mvn_build -j
%else
%mvn_build -f -j
%endif
%install %install
%mvn_install %mvn_install