diff --git a/.devcontainer/update-content-command.sh b/.devcontainer/update-content-command.sh index 8b5b5c324a..7597c63285 100755 --- a/.devcontainer/update-content-command.sh +++ b/.devcontainer/update-content-command.sh @@ -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