From 3609dbc06147311f77b45e47ebb705a1534a1113 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 9 Oct 2024 12:00:25 -0400 Subject: [PATCH] ci: Add ci-kdl to test-base container It's useful to monitor things on your devices. Signed-off-by: Daniel Stone Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/debian/test-base.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci/container/debian/test-base.sh b/.gitlab-ci/container/debian/test-base.sh index 403b8a18986..4998eb4d735 100644 --- a/.gitlab-ci/container/debian/test-base.sh +++ b/.gitlab-ci/container/debian/test-base.sh @@ -79,6 +79,7 @@ EPHEMERAL=( python3-dev python3-pip python3-setuptools + python3-venv python3-wheel wayland-protocols xz-utils @@ -189,6 +190,10 @@ pip3 install --break-system-packages yq section_end debian_setup +############### Build ci-kdl + +. .gitlab-ci/container/build-kdl.sh + ############### Download prebuilt kernel and firmware if [ "$DEBIAN_ARCH" = amd64 ]; then