草稿
[WIP]Update angles to 1.15.0 #21
Wanming Hu创建于 4月8日
[WIP]Update angles to 1.15.0 #21
草稿
Wanming Hu创建于 4月8日
Wanming Hu
Wanming Hu成员
4月8日

升级内容

angles 软件包更新至 1.15.0 版本,并修复 ament_cmake 构建系统的兼容性问题。

详细修改点

  1. 源码同步:移除旧版的 orig.tar.gz 源码包,同步并使用标准命名的 angles-1.15.0.tar.gz
  2. 构建宏修复:上游针对 ament_cmake 类型的包使用了系统默认的 %make_build%make_install,这在某些隔离环境下会导致 CMake 路径透传失败。本次修改退回至使用最纯净的 make %{?_smp_mflags}make install,确保 ROS_DISTRO 相关路径不会被覆盖。
  3. 环境清理:移除了 %build 阶段多余的 PYTHONPATH 环境变量声明,不再依赖硬编码路径,而是交由 setup.sh 标准引导,保证隔离构建环境的纯净度和健壮性。
likedislike
合并受阻
Wanming HuWanming Hu成员
4月8日 创建了 pull request,commit 2adfcbf9
openeuler-ci-botopeneuler-ci-bot成员
4月8日 将davidhan008,anchuanxu1,xiao_yun_wang,simonaxi,wuwei_kubuds设为审查人
openeuler-ci-botopeneuler-ci-bot成员
4月8日 添加了label:sig/sig-ROS
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:

Welcome To openEuler Community

Hey @wanminghu , thanks for your contribution to the community.

Bot Usage Manual

I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.

Contact Guide

If you have any questions, please contact the SIG: sig-ROS ,
and any of the maintainers: @anchuanxu1, @davidhan008, @simonaxi, @wuwei_kubuds, @xiao_yun_wang ,

likedislike
openeuler-ci-botopeneuler-ci-bot成员
4月8日 添加了label:openeuler-cla/yes
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:

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

Protected Branch Version Release
master 1.9.13 1%{?dist}%{?release_suffix}
noetic 1.9.13 1%{?dist}%{?release_suffix}
humble 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-noetic_openEuler-24.09 1.9.13 1%{?dist}%{?release_suffix}
Multi-Version_ros-noetic_openEuler-24.03-LTS-Next 1.9.13 1%{?dist}%{?release_suffix}
Multi-Version_ros-noetic_openEuler-24.03-LTS 1.9.13 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-24.09 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-24.03-LTS-Next 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-24.03-LTS 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-23.09 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-22.03-LTS-SP4 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-22.03-LTS-SP2 1.15.0 1%{?dist}%{?release_suffix}
Multi-Version_ros-humble_openEuler-22.03-LTS-Next 1.15.0 1%{?dist}%{?release_suffix}

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

注意:

  1. /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
  2. 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭
likedislike
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:

CLA Signature Pass

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

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:

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

likedislike
openeuler-ci-botopeneuler-ci-bot成员
4月8日 添加了label:ci_processing
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:

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

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:

aarch64架构构建及构建后检查:multiarch/src-openeuler/aarch64/angles/1/console

likedislike
openeuler-ci-botopeneuler-ci-bot成员
4月8日 删除了label:ci_processing
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:
Check Name Build Result Build Details
check_binary_file SUCCESS #1
check_package_yaml_file SUCCESS
check_repo_in_maintain SUCCESS
check_consistency SUCCESS
check_spec_file FAILED
x86_64 check_build FAILED #1
aarch64 check_build FAILED #1
likedislike
openeuler-ci-botopeneuler-ci-bot成员
4月8日 添加了label:ci_failed
openeuler-ci-bot
openeuler-ci-bot成员
4月8日 评论:
likedislike
Wanming HuWanming Hu成员
4月8日 设置为草稿状态
Wanming HuWanming Hu成员
4月8日 修改标题为 “[WIP]Update angles to 1.15.0”,原标题为“ Update angles to 1.15.0”
wuwei_kubuds
wuwei_kubuds成员
1 天前 评论:

看着不太对。

likedislike