Only prepare dependencies, not also the instrumented libs.
This commit is contained in:
parent
49d793bd8f
commit
796d291cf2
2 changed files with 10 additions and 9 deletions
|
@ -8,11 +8,13 @@ variables:
|
|||
services:
|
||||
- docker:dind
|
||||
|
||||
before_script:
|
||||
- vcs import < instrumentation.repos
|
||||
|
||||
build_enabled:
|
||||
image: $base_image_id
|
||||
script:
|
||||
- lttng-sessiond --daemonize
|
||||
- pwd
|
||||
- . /root/ws/install/local_setup.sh
|
||||
- colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue