File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ function build_pkg {
196196 pkg_exists " $( deb_pkg_name " $pkg_name " ) " " $version " && return
197197
198198 # Check availability of all required packages (bloom-generate waits for input on rosdep issues)
199- rosdep install --os=" $DISTRIBUTION :$DEB_DISTRO " --simulate --from-paths . > /dev/null || return 2
200- ici_label " ${BLOOM_QUIET[@]} " bloom-generate " ${BLOOM_GEN_CMD} " --os-name=" $DISTRIBUTION " --os-version=" $DEB_DISTRO " --ros-distro=" $ROS_DISTRO " || return 2
199+ rosdep install --os=" $DISTRIBUTION :$DEB_DISTRO " --simulate -t build -t buildtool_export -t buildtool -t build_export -t exec - -from-paths . > /dev/null || return 2
200+ ici_label " ${BLOOM_QUIET[@]} " bloom-generate " ${BLOOM_GEN_CMD} " --os-name=" $DISTRIBUTION " --os-version=" $DEB_DISTRO " --ros-distro=" $ROS_DISTRO " --skip-test-dependencies || return 2
201201
202202 trap ' rm -f ../*.dsc ../*.tar.gz; cd "$old_path"' RETURN # cleanup on build failure
203203
You can’t perform that action at this time.
0 commit comments