Skip to content

Commit 90a4a31

Browse files
authored
Remove dependency to docker.io (#985) (backport of #988)
* Remove dependency to docker.io The dependency was basically added since this is needed to spawn up ursim. However, the start_ursim script catches the case that no docker executable is available and the tests requiring it are behind a compile definition which is off by default. So, in order to not install docker for users automatically, the dependency shall be removed.
1 parent f0c1c88 commit 90a4a31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/reusable_ici.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ jobs:
5151
ROS_DISTRO: ${{ inputs.ros_distro }}
5252
ROS_REPO: ${{ inputs.ros_repo }}
5353
CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON
54+
ADDITIONAL_DEBS: docker.io netcat-openbsd # Needed for integration tests

ur_robot_driver/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<exec_depend>velocity_controllers</exec_depend>
6060
<exec_depend>xacro</exec_depend>
6161

62-
<test_depend>docker.io</test_depend>
6362
<test_depend>launch_testing_ament_cmake</test_depend>
6463

6564
<export>

0 commit comments

Comments
 (0)