Make build_no_lttng job explicitly not install python3-lttng|babeltrace

This commit is contained in:
Christophe Bedard 2019-08-16 08:50:14 +02:00
parent b6415aeea2
commit 8166322f2c

View file

@ -44,6 +44,10 @@ build_no_lttng:
only: only:
- schedules - schedules
image: $base_image_id:base image: $base_image_id:base
before_script:
- vcs import < instrumentation.repos
- rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y --skip-keys "python3-lttng python3-babeltrace console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
- . /root/ws/install/local_setup.sh
script: script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
- . install/local_setup.sh - . install/local_setup.sh