Skip to content

Commit c12af26

Browse files
committed
HACK: skip rosdep update to use cache prior to Ubuntu Noble migration
to unblock CI until docker image for ros rolling are updated to Noble - osrf/docker_images#728 - ros/rosdistro#40033
1 parent 19e3f46 commit c12af26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ RUN apt-get update && \
6161
fastcov \
6262
git+https://github.com/ruffsl/colcon-cache.git@a937541bfc496c7a267db7ee9d6cceca61e470ca \
6363
git+https://github.com/ruffsl/colcon-clean.git@a7f1074d1ebc1a54a6508625b117974f2672f2a9 \
64-
&& rosdep update \
64+
# FIXME: uncoment after rolling docker images update to Noble
65+
# https://github.com/osrf/docker_images/issues/728
66+
# && rosdep update \
6567
&& colcon mixin update \
6668
&& colcon metadata update \
6769
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)