mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Increase Java stack size for Web UI build on aarch64
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
1e96475a77
commit
8cde6f0d6e
@ -343,7 +343,7 @@ This package contains tests that verify IPA functionality.
|
||||
%setup -n freeipa-%{version} -q
|
||||
|
||||
%build
|
||||
%ifarch ppc %{power64} s390 s390x
|
||||
%ifarch ppc %{power64} s390 s390x aarch64
|
||||
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
|
||||
export JAVA_STACK_SIZE="8m"
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user