File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,14 +19,7 @@ COPY . src/moveit2
1919RUN --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 #
You can’t perform that action at this time.
0 commit comments