From 145321929cee4fd4096678d7a2a4a48e3135c5ab Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 27 Oct 2024 16:13:43 +0200 Subject: [PATCH] ci/fedora: Install mesa-va-drivers package In the CI we don't have x11 or wayland compositor running, so the va plugins don't initialize and the tests will keep running against software encoders/decoders. However when running locally or inside toolbox, this will allow va plugins to initialize and be tested. Part-of: --- .gitlab-image-tags.yml | 2 +- ci/docker/fedora/deps.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index d798861ad5..7faf97c20d 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,7 +5,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2024-10-27.5' + FEDORA_TAG: '2024-11-01.0' DEBIAN_TAG: '2024-10-27.0' diff --git a/ci/docker/fedora/deps.txt b/ci/docker/fedora/deps.txt index ae122ba674..a964bb3805 100644 --- a/ci/docker/fedora/deps.txt +++ b/ci/docker/fedora/deps.txt @@ -63,6 +63,7 @@ mesa-libGLES-devel mesa-libGLU-devel mesa-libOpenCL-devel mesa-libOSMesa-devel +mesa-va-drivers mesa-vulkan-drivers nasm ninja-build