Skip to content

Commit

Permalink
Comment out colcon clean from setup
Browse files Browse the repository at this point in the history
to avoid unintentional removal of built packages
from the persistent overlay workspace volume.
Users can uncomment the line locally
or simply remove the overlay workspace volume
if they want to rebuild packages from scratch.
  • Loading branch information
ruffsl committed Apr 1, 2023
1 parent 2547b96 commit 54652e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/update-content-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ then
fi
echo BUILD_PACKAGES: $BUILD_PACKAGES

colcon clean packages --yes \
--packages-select ${BUILD_PACKAGES} \
--base-select install
# colcon clean packages --yes \
# --packages-select ${BUILD_PACKAGES} \
# --base-select install

. $UNDERLAY_WS/install/setup.sh
colcon build \
Expand Down

0 comments on commit 54652e9

Please sign in to comment.