From fd8409127a7629617864488b69b2966b81b58f68 Mon Sep 17 00:00:00 2001 From: ruffsl Date: Wed, 10 Jul 2024 10:52:40 -0500 Subject: [PATCH] Remove --symlink-install from default script to readily re-use CI debugger image that build colcon workspace without it so that colcon install can be standalone --- .devcontainer/update-content-command.sh | 1 - 1 file changed, 1 deletion(-) 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