Skip to content

Commit

Permalink
Remove additional targets
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jul 12, 2024
1 parent dc3bf66 commit e80cddf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions colcon_ros_cargo/task/ament_cargo/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ def _build_cmd(self, cargo_args):
'--',
'--manifest-path', manifest_path,
'--target-dir', args.build_base,
'--quiet',
'--lib',
'--bins',
'--tests',
'--quiet'
] + cargo_args

# Installation is done by cargo ament-build
Expand Down

0 comments on commit e80cddf

Please sign in to comment.