From cfcae31c93c2c412018c12947bef13596482ecac Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 1 May 2023 17:14:44 -0400 Subject: [PATCH] Remove urdfdom_py from the Iron and Rolling blacklist. With the merge of https://github.com/ros/urdf_parser_py/pull/78, it should build now. Signed-off-by: Chris Lalancette --- iron/release-rhel-build.yaml | 1 - rolling/release-rhel-build.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/iron/release-rhel-build.yaml b/iron/release-rhel-build.yaml index 736e642e..268f0c32 100644 --- a/iron/release-rhel-build.yaml +++ b/iron/release-rhel-build.yaml @@ -71,7 +71,6 @@ package_blacklist: - tracetools_analysis # jupyter-notebook has no RPM package for RHEL - tvm_vendor # Build failures on AlmaLinux (but not RHEL) - ur_dashboard_msgs # docker.io has no RPM packages for RHEL -- urdfdom_py # Build failures on RHEL https://github.com/ros/urdf_parser_py/pull/78 - usb_cam # ffmpeg has no RPM package for RHEL - vrpn_mocap # Requires unreleased changes: https://github.com/vrpn/vrpn/pull/278 - warehouse_ros_mongo # mongodb has no RPM package for RHEL diff --git a/rolling/release-rhel-build.yaml b/rolling/release-rhel-build.yaml index e9afbd45..f6cca133 100644 --- a/rolling/release-rhel-build.yaml +++ b/rolling/release-rhel-build.yaml @@ -73,7 +73,6 @@ package_blacklist: - tracetools_analysis # jupyter-notebook has no RPM package for RHEL - tvm_vendor # Build failures on AlmaLinux (but not RHEL) - ur_dashboard_msgs # docker.io has no RPM packages for RHEL -- urdfdom_py # Build failures on RHEL https://github.com/ros/urdf_parser_py/pull/78 - usb_cam # ffmpeg has no RPM package for RHEL - vrpn_mocap # Requires unreleased changes: https://github.com/vrpn/vrpn/pull/278 - warehouse_ros_mongo # mongodb has no RPM package for RHEL