File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
# Update rosdep database
24
24
echo " Updating rosdep database..."
25
- rosdep update || { echo " Failed to update rosdep" ; exit 1; }
25
+ rosdep update --include-eol-distros || { echo " Failed to update rosdep" ; exit 1; }
26
26
27
27
# create debs
28
28
bloom-generate rosdebian --os-name ubuntu --os-version $( lsb_release -sc) --ros-distro $ROS_DISTRO
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ for version in "${ROS2_VERSIONS[@]}"; do
88
88
89
89
# Install package
90
90
docker exec ros-test-$version /bin/sh -c " apt update && apt install -y python3-pip"
91
- docker exec ros-test-$version /bin/sh -c " rosdep update"
91
+ docker exec ros-test-$version /bin/sh -c " rosdep update --include-eol-distros "
92
92
docker exec ros-test-$version /bin/sh -c " apt install -y ./$DEB_NAME "
93
93
94
94
# TODO: Add provision for running tests
You can’t perform that action at this time.
0 commit comments