File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ function build_pkg {
197197
198198 # Check availability of all required packages (bloom-generate waits for input on rosdep issues)
199199 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
200+ ici_label " ${BLOOM_QUIET[@]} " bloom-generate " ${BLOOM_GEN_CMD} " --os-name=" $DISTRIBUTION " --os-version=" $DEB_DISTRO " --ros-distro=" $ROS_DISTRO " --skip-test-dependencies --skip-pip || 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