[PATCH v1 4/5] docker: Install appsink element

Nicolas Dufresne nicolas at ndufresne.ca
Thu Mar 7 23:18:09 CET 2024


From: Nicolas Dufresne <nicolas.dufresne at collabora.com>

Some new tests required appsink element. Install the required package.

Signed-off-by: Nicolas Dufresne <nicolas.dufresne at collabora.com>
---
 .gitlab-ci/setup-container.sh | 1 +
 gitlab-ci.yml                 | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh
index 6027433..29cdd2a 100755
--- a/.gitlab-ci/setup-container.sh
+++ b/.gitlab-ci/setup-container.sh
@@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(
 )
 
 PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(
+	gstreamer1.0-plugins-base
 	libdrm-dev
 	libdw-dev
 	libexif-dev
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 105971d..8f455da 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -53,17 +53,17 @@ include:
 .libcamera-ci.debian:10:
   variables:
     FDO_DISTRIBUTION_VERSION: 'buster'
-    FDO_DISTRIBUTION_TAG: '2024-01-09.2'
+    FDO_DISTRIBUTION_TAG: '2024-04-07.3'
 
 .libcamera-ci.debian:12:
   variables:
     FDO_DISTRIBUTION_VERSION: 'bookworm'
-    FDO_DISTRIBUTION_TAG: '2024-01-09.1'
+    FDO_DISTRIBUTION_TAG: '2024-04-07.3'
 
 .libcamera-ci.debian:13:
   variables:
     FDO_DISTRIBUTION_VERSION: 'trixie'
-    FDO_DISTRIBUTION_TAG: '2024-01-09.0'
+    FDO_DISTRIBUTION_TAG: '2024-04-07.3'
 
 .container-debian:
   extends:
-- 
2.43.2



More information about the libcamera-devel mailing list