Skip to content

Commit 4c64619

Browse files
committed
Restrict to Linux
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
1 parent 52f3e10 commit 4c64619

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

vinca.yaml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,24 @@ packages_select_by_deps:
143143
- rclpy-cascade-lifecycle
144144

145145
# PlanSys2 packages and dependencies
146-
- plansys2_bringup
147-
- plansys2_bt_actions
148-
- plansys2_core
149-
- plansys2_domain_expert
150-
- plansys2_executor
151-
- plansys2_lifecycle_manager
152-
- plansys2_msgs
153-
- plansys2_pddl_parser
154-
- plansys2_planner
155-
- plansys2_popf_plan_solver
156-
- plansys2_problem_expert
157-
- plansys2_support_py
158-
- plansys2_terminal
159-
- plansys2_tests
160-
- plansys2_tools
161-
- popf
146+
- if: linux
147+
then:
148+
- plansys2_bringup
149+
- plansys2_bt_actions
150+
- plansys2_core
151+
- plansys2_domain_expert
152+
- plansys2_executor
153+
- plansys2_lifecycle_manager
154+
- plansys2_msgs
155+
- plansys2_pddl_parser
156+
- plansys2_planner
157+
- plansys2_popf_plan_solver
158+
- plansys2_problem_expert
159+
- plansys2_support_py
160+
- plansys2_terminal
161+
- plansys2_tests
162+
- plansys2_tools
163+
- popf
162164

163165
- py_binding_tools
164166

0 commit comments

Comments
 (0)