diff --git a/colcon_cargo/task/cargo/build.py b/colcon_cargo/task/cargo/build.py index 3b0a950..550ab77 100644 --- a/colcon_cargo/task/cargo/build.py +++ b/colcon_cargo/task/cargo/build.py @@ -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=')