Skip to content

Commit 8190716

Browse files
authored
Ci focal rolling (#2851)
* use rolling-ros-base-focal * hotfix: remove rosdep update from ci
1 parent 643bb0f commit 8190716

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ _commands:
9797
sha256sum $PWD/lockfile.txt >> lockfile.txt
9898
9999
apt-get update
100-
rosdep update --rosdistro $ROS_DISTRO
100+
# rosdep update --rosdistro $ROS_DISTRO
101101
dependencies=$(
102102
rosdep install -q -y \
103103
--from-paths src \

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# docker build -t nav2:latest \
77
# --build-arg UNDERLAY_MIXINS \
88
# --build-arg OVERLAY_MIXINS ./
9-
ARG FROM_IMAGE=ros:rolling
9+
ARG FROM_IMAGE=ros:rolling-ros-base-focal
1010
ARG UNDERLAY_WS=/opt/underlay_ws
1111
ARG OVERLAY_WS=/opt/overlay_ws
1212

@@ -60,7 +60,7 @@ RUN apt-get update && \
6060
fastcov \
6161
git+https://github.com/ruffsl/colcon-cache.git@a937541bfc496c7a267db7ee9d6cceca61e470ca \
6262
git+https://github.com/ruffsl/colcon-clean.git@a7f1074d1ebc1a54a6508625b117974f2672f2a9 \
63-
&& rosdep update \
63+
# && rosdep update \
6464
&& colcon mixin update \
6565
&& colcon metadata update \
6666
&& rm -rf /var/lib/apt/lists/*

tools/distro.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# --build-arg OVERLAY_MIXINS \
1414
# -f distro.Dockerfile ../
1515

16-
ARG FROM_IMAGE=ros:rolling
16+
ARG FROM_IMAGE=ros:rolling-ros-base-focal
1717
ARG OVERLAY_WS=/opt/overlay_ws
1818

1919
# multi-stage for caching
@@ -56,8 +56,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
5656
apt-get update && apt-get install -q -y \
5757
ccache \
5858
lcov \
59-
lld \
60-
&& rosdep update
59+
lld
60+
# && rosdep update
6161

6262
# install overlay dependencies
6363
ARG OVERLAY_WS

tools/source.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
8282
ccache \
8383
libasio-dev \
8484
libtinyxml2-dev \
85-
lld \
86-
&& rosdep update
85+
lld
86+
# && rosdep update
8787

8888
ENV ROS_VERSION=2 \
8989
ROS_PYTHON_VERSION=3

0 commit comments

Comments
 (0)