File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - name : Delete specific outdated cache entries
102102 shell : bash -l {0}
103103 run : |
104- rm -rf ${{ matrix.folder_cache }}/ros-rolling-autoware-trajectory* 2>/dev/null || true
104+ # rm -rf ${{ matrix.folder_cache }}/ros-rolling-autoware-trajectory* 2>/dev/null || true
105105 mkdir -p ${{ matrix.folder_cache }}
106106 pixi run rattler-index fs ${{ matrix.folder_cache }}/.. --force
107107
Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ autoware_behavior_velocity_planner:
260260 add_host : ["cpp-expected"]
261261autoware_behavior_velocity_planner_common :
262262 add_host : ["cpp-expected"]
263+ autoware_behavior_velocity_stop_line_module :
264+ add_host : ["cpp-expected"]
263265rclpy :
264266 add_host : ["typing_extensions"]
265267 add_run : ["typing_extensions"]
You can’t perform that action at this time.
0 commit comments