Skip tests on arches other than aarch64 and x86_64
This commit is contained in:
parent
a5e1400d78
commit
21b8d84e64
@ -36,7 +36,13 @@ from Lua.
|
||||
%mvn_file : %{name}
|
||||
|
||||
%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
|
||||
%else
|
||||
%mvn_build -f -j
|
||||
%endif
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Loading…
Reference in New Issue
Block a user