You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow sharing of cargo target directory between builds
This flag will cause all colcon-cargo invocations of the 'cargo'
executable to use a shared target directory, thereby sharing build
artifacts between builds.
I don't yet understand all of the nuances of this change and what
dragons be yet lurking, so for now the change is hidden behind the
colcon feature flag 'shared_cargo_target_dir'.
0 commit comments