Skip to content

Commit 0ac9ff6

Browse files
k-okadarhaschke
authored andcommitted
bloom-generate --skip-pip: ignore pip packages
1 parent 60591b0 commit 0ac9ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)