Skip to content

Commit 3aafa76

Browse files
rhaschkev4hn
authored andcommitted
Revert changes to source Dockerfile
These are inherited from ci.
1 parent 6ed80c5 commit 3aafa76

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.docker/source/Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ COPY . src/moveit2
1919
RUN --mount=type=cache,target=/root/.ccache/ \
2020
# Enable ccache
2121
PATH=/usr/lib/ccache:$PATH && \
22-
#
23-
# Fetch all dependencies from moveit2.repos
24-
# As of 5/2/2022, permissions need to be set explicitly.
25-
# See https://github.com/actions/checkout/issues/760.
26-
git config --global --add safe.directory /home/runner/work/moveit2/moveit2/.work/upstream_ws/src/geometric_shapes && \
27-
git config --global --add safe.directory /home/runner/work/moveit2/moveit2/.work/upstream_ws/src/moveit_resources && \
28-
git config --global --add safe.directory /home/runner/work/moveit2/moveit2/.work/upstream_ws/src/srdfdom && \
29-
#
22+
# Fetch required upstream sources for building
3023
vcs import src < src/moveit2/moveit2.repos && \
3124
if [ -r src/moveit2/moveit2_${ROS_DISTRO}.repos ] ; then vcs import src < src/moveit2/moveit2_${ROS_DISTRO}.repos ; fi && \
3225
#

0 commit comments

Comments
 (0)