Skip to content

Commit

Permalink
Remove --symlink-install from default script
Browse files Browse the repository at this point in the history
to readily re-use CI debugger image
that build colcon workspace without it
so that colcon install can be standalone
  • Loading branch information
ruffsl committed Jul 10, 2024
1 parent 090be7f commit fd84091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/update-content-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ echo BUILD_PACKAGES: $BUILD_PACKAGES
# OPTOINAL: Uncomment to build packages upon update
. /opt/ros/$ROS_DISTRO/setup.sh
colcon build \
--symlink-install \
--mixin $OVERLAY_MIXINS \
--packages-select ${BUILD_PACKAGES} \
|| true

0 comments on commit fd84091

Please sign in to comment.