Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package exclusion list for Rolling on RHEL #310

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions rolling/release-rhel-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ package_blacklist:
- ifm3d_core # Build failures on RHEL https://github.com/ros2-gbp/ifm3d-release/issues/1
- ign_ros2_control # ignition has no RPM packages for RHEL
- ign_rviz_common # ignition has no RPM packages for RHEL
- kobuki_core # Build failures on RHEL due to -Werror
- moveit_common # libogre-dev has no RPM package for RHEL
- moveit_resources_prbt_support # libogre-dev has no RPM package for RHEL
- mrpt2 # libfyaml has no RPM package for RHEL
Expand All @@ -33,8 +32,7 @@ package_blacklist:
- ompl # opende has no RPM package for RHEL
- open3d_conversions # open3d has no RPM package for RHEL
- openni2_camera # libopenni2-dev does not exist on RHEL
- performance_test # Missing dependency on git: https://gitlab.com/ApexAI/performance_test/-/merge_requests/371
- proxsuite # simde and matio have no RPM packages for RHEL 9
- proxsuite # simde has no RPM package for RHEL 9
- py_trees_js # python3-pyqt5.qtwebengine has no RPM packages for RHEL 9
- rmf_building_map_tools # ignition has no RPM packages for RHEL
- rmf_building_sim_common # ignition has no RPM packages for RHEL
Expand All @@ -51,7 +49,6 @@ package_blacklist:
- ros_ign_interfaces # ignition has no RPM packages for RHEL
- ros_industrial_cmake_boilerplate # iwyu has no RPM packages for RHEL 9
- ros1_bridge # ROS Noetic has no RPM packages for RHEL
- rsl # Requires CMake 3.22
- sdformat_test_files # sdformat has no RPM packages for RHEL 9
- sdformat_urdf # sdformat has no RPM packages for RHEL 9
- sol_vendor # Targets 'HEAD' in vendor package
Expand Down
Loading