ci: ignore python packages in px4-ros2-interface-lib

Due to build issues with very old ROS version
This commit is contained in:
Beat Küng
2026-01-27 11:01:01 +01:00
parent 4c184f309c
commit e0f1022681

View File

@@ -90,6 +90,9 @@ jobs:
mkdir -p /opt/px4_ws/src mkdir -p /opt/px4_ws/src
cd /opt/px4_ws/src cd /opt/px4_ws/src
git clone --recursive https://github.com/Auterion/px4-ros2-interface-lib.git 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 .. cd ..
# Copy messages to ROS workspace # Copy messages to ROS workspace
"${PX4_DIR}/Tools/copy_to_ros_ws.sh" "$(pwd)" "${PX4_DIR}/Tools/copy_to_ros_ws.sh" "$(pwd)"