Skip to content

Commit e857801

Browse files
committed
Run rosdep with --include-eol-distros
1 parent 5e298b4 commit e857801

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Use rosdep to install remaining dependencies
3939
run: |
4040
sudo rosdep init
41-
rosdep update
41+
rosdep update --include-eol-distros
4242
rosdep install --from-paths src -i -y --rosdistro ${{ matrix.rosdistro }}
4343
- name: Build
4444
run: |

Dockerfile-noetic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY . /ws/src/imu_tools
2121
WORKDIR /ws
2222

2323
# Use rosdep to install all dependencies (including ROS itself)
24-
RUN rosdep init && rosdep update && apt-get update -qq && rosdep install --from-paths src -i -y --rosdistro noetic \
24+
RUN rosdep init && rosdep update --include-eol-distros && apt-get update -qq && rosdep install --from-paths src -i -y --rosdistro noetic \
2525
&& rm -rf /var/lib/apt/lists/*
2626

2727
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && \

0 commit comments

Comments
 (0)