File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ jobs:
115115 - name : Delete specific outdated cache entries
116116 shell : bash -l {0}
117117 run : |
118- rm -rf ${{ matrix.folder_cache }}/ros-humble-autoware-trajectory* || true
118+ # rm -rf ${{ matrix.folder_cache }}/ros-humble-autoware-trajectory* 2>/dev/null || true
119+ mkdir -p ${{ matrix.folder_cache }}
119120 pixi run rattler-index fs ${{ matrix.folder_cache }}/.. --force
120121
121122 - name : See packages restored by cache
Original file line number Diff line number Diff line change 1+ tests :
2+ - script :
3+ - cmake-package-check pinocchio --targets pinocchio::pinocchio
4+ requirements :
5+ run :
6+ - cmake-package-check
7+ - ${{ compiler('c') }}
8+ - ${{ compiler('cxx') }}
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ packages_select_by_deps:
344344 - rclc_examples
345345 - ptz_action_server_msgs
346346 - py_trees
347-
347+
348348 # Requested in https://github.com/RoboStack/ros-humble/issues/345
349349 - topic_based_ros2_control
350350 # IntelRealSense
@@ -508,4 +508,4 @@ packages_select_by_deps:
508508 # mocap4r2
509509 - mocap4r2_control
510510 - mocap4r2_control_msgs
511-
511+ - pinocchio
You can’t perform that action at this time.
0 commit comments