From e0f10226819969d7671586faf9ed87fa7d803841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 27 Jan 2026 11:01:01 +0100 Subject: [PATCH] ci: ignore python packages in px4-ros2-interface-lib Due to build issues with very old ROS version --- .github/workflows/ros_integration_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ros_integration_tests.yml b/.github/workflows/ros_integration_tests.yml index 022b46fb10..bbcce560d8 100644 --- a/.github/workflows/ros_integration_tests.yml +++ b/.github/workflows/ros_integration_tests.yml @@ -90,6 +90,9 @@ jobs: mkdir -p /opt/px4_ws/src cd /opt/px4_ws/src git clone --recursive https://github.com/Auterion/px4-ros2-interface-lib.git + # Ignore python packages due to compilation issue (can be enabled when updating ROS) + touch px4-ros2-interface-lib/px4_ros2_py/COLCON_IGNORE || true + touch px4-ros2-interface-lib/examples/python/COLCON_IGNORE || true cd .. # Copy messages to ROS workspace "${PX4_DIR}/Tools/copy_to_ros_ws.sh" "$(pwd)"