!30 [sync] PR-29: Add -Xmx4096m for riscv64
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
51d522214e
@ -5,7 +5,7 @@
|
|||||||
Name: hibernate
|
Name: hibernate
|
||||||
Summary: an easy-to-use and powerful object relational persistence framework for Java applications
|
Summary: an easy-to-use and powerful object relational persistence framework for Java applications
|
||||||
Version: 5.0.10
|
Version: 5.0.10
|
||||||
Release: 9
|
Release: 10
|
||||||
License: LGPLv2+ and ASL 2.0
|
License: LGPLv2+ and ASL 2.0
|
||||||
URL: http://www.hibernate.org/
|
URL: http://www.hibernate.org/
|
||||||
|
|
||||||
@ -151,6 +151,9 @@ done
|
|||||||
%pom_disable_module hibernate-spatial
|
%pom_disable_module hibernate-spatial
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if "%{_arch}" == "riscv64"
|
||||||
|
export JAVA_TOOL_OPTIONS="-Xmx4096m"
|
||||||
|
%endif
|
||||||
%mvn_build -s -f -- -Dproject.build.sourceEncoding=UTF-8
|
%mvn_build -s -f -- -Dproject.build.sourceEncoding=UTF-8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -164,6 +167,9 @@ done
|
|||||||
%doc hibernate-osgi/README.md
|
%doc hibernate-osgi/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 10 2024 Dingli Zhang <dingli@iscas.ac.cn> - 5.0.10-10
|
||||||
|
- Add -Xmx4096m for riscv64
|
||||||
|
|
||||||
* Wed Nov 9 2022 liyanan <liyanan32@h-partners.com> - 5.0.10-9
|
* Wed Nov 9 2022 liyanan <liyanan32@h-partners.com> - 5.0.10-9
|
||||||
- Change source
|
- Change source
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user