Skip to content

Commit d136f53

Browse files
k-okadarhaschke
authored andcommitted
Ignore test_depend packages
1 parent d051d89 commit d136f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)