Skip to content

Commit 4249f40

Browse files
facontidavideclaude
andcommitted
fix ROS2 Jazzy CI: force sequential executor for colcon
Jazzy CI has parallel build race condition where cloudini_ros starts before cloudini_lib installs. Using sequential executor to fix. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 4e54fe7 commit 4249f40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ros-jazzy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ jobs:
3636
cloudini_ros
3737
target-ros2-distro: jazzy
3838
skip-tests: true
39+
colcon-defaults: |
40+
{
41+
"build": {
42+
"executor": "sequential"
43+
}
44+
}

0 commit comments

Comments
 (0)