已开启
Fix build error for riscv64 #28
Dingli Zhang创建于 2025年2月13日
Fix build error for riscv64 #28
已开启
Dingli Zhang创建于 2025年2月13日
refs/pull/28/head合入到master
Dingli Zhang
Dingli Zhang
2025年2月13日

PR描述

目前risc-v上jdk1.8由于性能问题会导致部分软件包出现OOM报错,暂时增加JVM参数来避免构建失败。
之后如果升级JDK版本或者risc-v上jdk1.8增加了JIT,可以尝试revert这个PR。

构建结果

PR之后构建成功:
输入图片说明

使用%if "%{_arch}" == "riscv64"进行了架构隔离,因此不会影响其他架构。

likedislike
合并受阻
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

Hi DingliZhang, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: bigdata, and any of the maintainers: @yangzhao_kl , @wuzeyi1 , @MacChen1

likedislike
AtomGit-Bot
2025年2月13日 评论:

当前仓库存在以下 保护分支

Protected Branch Version Release
* master 5.2.1 4
openEuler-20.03-LTS-SP4 5.2.1 5
openEuler-22.03-LTS-SP1 5.2.1 4
openEuler-22.03-LTS-SP3 5.2.1 4
openEuler-22.03-LTS-SP4 5.2.1 4
openEuler-24.03-LTS 5.2.1 4
openEuler-24.03-LTS-Next 5.2.1 4
openEuler-24.03-LTS-SP1 5.2.1 4
openEuler-25.03 5.2.1 4

评论 /sync <branch1> <branch2> ... 可将当前 PR 修改同步到其它分支(创建同步 PR):
a) 如果当前 PR 是 Open 状态,同步操作将延迟到 PR 被合并时执行
b) 如果当前 PR 已经 Merged,将立即执行同步操作

注意:

  1. /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
  2. 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭
likedislike
openeuler-ci-botopeneuler-ci-bot成员
2025年2月13日 添加了 &nbsp; sig/bigdata 标签
openeuler-ci-botopeneuler-ci-bot成员
2025年2月13日 添加了 &nbsp; openeuler-cla/yes 标签
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

门禁正在运行, 您可以通过以下链接查看实时门禁检查结果.
若您对门禁结果含义不清晰或者遇到问题不知如何解决,可参考门禁指导手册
门禁入口及编码规范检查: multiarch/src-openeuler/trigger/oozie/38/console

likedislike
openeuler-ci-botopeneuler-ci-bot成员
2025年2月13日 添加了 &nbsp; ci_processing 标签
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

x86_64架构构建及构建后检查:multiarch/src-openeuler/x86-64/oozie/27/console

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

aarch64架构构建及构建后检查:multiarch/src-openeuler/aarch64/oozie/38/console

likedislike
openeuler-ci-botopeneuler-ci-bot成员
2025年2月13日 移除了 &nbsp; ci_processing 标签
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:
Check Name Build Result Build Details
check_binary_file :bug:WARNING #38
check_package_yaml_file :white_check_mark:SUCCESS
check_consistency :white_check_mark:SUCCESS
check_spec_file :white_check_mark:SUCCESS
aarch64 check_build :white_check_mark:SUCCESS #38
check_install :white_check_mark:SUCCESS
check_license :white_check_mark:SUCCESS
x86_64 check_build :white_check_mark:SUCCESS #27
check_install :white_check_mark:SUCCESS
check_license :white_check_mark:SUCCESS
likedislike
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

如下为接口变更检查结果,目标分支为master,请PR提交者check差异信息

Arch Name Check Items Rpm Name Check Result Build Details
compare_package(x86_64) add_rpms :white_check_mark:SUCCESS #27
delete_rpms :white_check_mark:SUCCESS
rpm_files :white_check_mark:SUCCESS
rpm_jabi :white_check_mark:SUCCESS
rpm_lib :white_check_mark:SUCCESS
rpm_provides :white_check_mark:SUCCESS
rpm_requires :white_check_mark:SUCCESS
compare_package(aarch64) add_rpms :white_check_mark:SUCCESS #38
delete_rpms :white_check_mark:SUCCESS
rpm_files :white_check_mark:SUCCESS
rpm_jabi :white_check_mark:SUCCESS
rpm_lib :white_check_mark:SUCCESS
rpm_provides :white_check_mark:SUCCESS
rpm_requires :white_check_mark:SUCCESS
likedislike
openeuler-ci-botopeneuler-ci-bot成员
2025年2月13日 添加了 &nbsp; ci_successful 标签
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

@DingliZhang

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
2025年2月13日 评论:

门禁常见失败问题及解决方案, 可参考门禁问题排查手册
若门禁存在误报,您可以评论/ci_mistake 38进行误报标记,38表示本次构建号
也可带上误报的门禁检查项以及误报类型(ci、obs、infra),比如/ci_mistake 38 obs check_build check_install表示的是check_build和check_install存在误报,误报类型为obs
若想取消误报标记,可以评论/ci_unmistake 38取消
也可在评论后加上一段文字描述,但请另起一行

likedislike
Dingli Zhang
Dingli Zhang
2025年2月21日 评论:

@yangzhao_kl , @wuzeyi1 , @macchen1 麻烦各位老师帮忙检视,谢谢!

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
14 天前 评论:

/check-cla

likedislike
openeuler-ci-botopeneuler-ci-bot成员
14 天前 删除了label:openeuler-cla/yes
openeuler-ci-botopeneuler-ci-bot成员
14 天前 添加了label:openeuler-cla/yes
openeuler-ci-bot
openeuler-ci-bot成员
14 天前 评论:

CLA Signature Pass

DingliZhang, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike