Make build_no_lttng job explicitly not install python3-lttng|babeltrace
This commit is contained in:
parent
b6415aeea2
commit
8166322f2c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue