From b3828f016eee056b532d8eeaac07c13fa3969640 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 27 Apr 2021 18:30:46 -0400 Subject: [PATCH] Print LTTng version before building Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bd6af7..3246452 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ build: image: $BASE_IMAGE_ID:$DISTRO <<: *before_script_build script: + - lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace - colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST <<: *build_artifacts