Skip to content

Commit

Permalink
Don't install crate tracking files (#51)
Browse files Browse the repository at this point in the history
I'm not aware of any build processes in colcon which modify or append to
files in the install tree. Since we aren't using these files anyway, we
should avoid installing them.
  • Loading branch information
cottsay authored Dec 24, 2024
1 parent 2f67d2b commit f27a295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colcon_cargo/task/cargo/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def _install_cmd(self, cargo_args):
'--path', '.',
'--root', args.install_base,
'--target-dir', args.build_base,
'--no-track',
]
if not any(
arg == '--profile' or arg.startswith('--profile=')
Expand Down

0 comments on commit f27a295

Please sign in to comment.