From 09a5b7ee35db9dc61fa23d56e99631b31f34aeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 10 May 2025 17:08:08 +0200 Subject: [PATCH] ci: do not install `libv4l` `libv4l` has not been necessary for a long time, so drop it. --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 118b06887..07a91cc01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ include: .fedora: variables: # Update this tag when you want to trigger a rebuild - FDO_DISTRIBUTION_TAG: '2025-04-06.1' + FDO_DISTRIBUTION_TAG: '2025-05-10.0' FDO_DISTRIBUTION_VERSION: '41' FDO_DISTRIBUTION_PACKAGES: >- alsa-lib-devel @@ -64,7 +64,6 @@ include: libubsan libusb1-devel lilv-devel - libv4l-devel libva-devel libX11-devel ModemManager-devel @@ -101,7 +100,7 @@ include: .ubuntu: variables: # Update this tag when you want to trigger a rebuild - FDO_DISTRIBUTION_TAG: '2025-03-25.0' + FDO_DISTRIBUTION_TAG: '2025-05-10.0' FDO_DISTRIBUTION_VERSION: '22.04' FDO_DISTRIBUTION_PACKAGES: >- debhelper-compat @@ -122,7 +121,6 @@ include: libsnapd-glib-dev libudev-dev libva-dev - libv4l-dev libx11-dev meson ninja-build