ros-industrial / industrial_ci

Easy continuous integration repository for ROS repositories
Apache License 2.0
248 stars 129 forks source link

Use shallow import with VCS #842

Open marip8 opened 1 year ago

marip8 commented 1 year ago

Changes per commit message to reduce overall setup time (and resultant docker image size) when working with large projects.

marip8 commented 1 year ago

Any ideas why the ABI check test fails on vcs import --recursive --force --shallow /root/base_ws/src? I don't see anywhere in the vcstool docs that says the recursive and shallow options are mutually exclusive

mathias-luedtke commented 1 year ago

Any ideas why the ABI check test fails

That test checks the ABI against a previous commit and it does not exist in a shallow clone..