Skip to content

Commit

Permalink
HACK: skip rosdep update to use cache prior to Ubuntu Noble migration
Browse files Browse the repository at this point in the history
to unblock CI until docker image for ros rolling are updated to Noble
- osrf/docker_images#728
- ros/rosdistro#40033
  • Loading branch information
ruffsl committed Mar 28, 2024
1 parent 19e3f46 commit c12af26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RUN apt-get update && \
fastcov \
git+https://github.com/ruffsl/colcon-cache.git@a937541bfc496c7a267db7ee9d6cceca61e470ca \
git+https://github.com/ruffsl/colcon-clean.git@a7f1074d1ebc1a54a6508625b117974f2672f2a9 \
&& rosdep update \
# FIXME: uncoment after rolling docker images update to Noble
# https://github.com/osrf/docker_images/issues/728
# && rosdep update \
&& colcon mixin update \
&& colcon metadata update \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c12af26

Please sign in to comment.