Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ references:
(echo vcs_export && cat) >> checksum.txt
sha256sum $PWD/checksum.txt >> checksum.txt
apt-get update
rosdep update \
--rosdistro=$ROS_DISTRO
dependencies=$(
rosdep install -q -y \
--from-paths src \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ FROM $FROM_IMAGE AS builder
RUN apt-get update && apt-get install -q -y \
ccache \
lcov \
&& rosdep update --rosdistro=$ROS_DISTRO \
&& rm -rf /var/lib/apt/lists/*

# TODO: clean up once libgazebo11-dev released into ros2 repo
Expand Down