Fridrich Strba 2019-11-26 11:08:28 +00:00 committed by Git OBS Bridge
parent 3b1d584285
commit aff601a2f6

View File

@ -216,7 +216,8 @@ export ANT_OPTS="-Xms2048m -Xmx2048m %{do_bootstrap}"
# is slow, OBS thinks it is stuck and kills it before it has chance
# to finish
%ant \
%ifnarch %{jit_arches}
%ifarch %{jit_arches}
%else
-Dscalac.args=-verbose \
%endif
build %{docs_target} || exit 1