mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7762>
This commit is contained in:
parent
94737cc108
commit
145321929c
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ variables:
|
||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# 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.
|
# 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'
|
DEBIAN_TAG: '2024-10-27.0'
|
||||||
|
|
||||||
|
|
|
@ -63,6 +63,7 @@ mesa-libGLES-devel
|
||||||
mesa-libGLU-devel
|
mesa-libGLU-devel
|
||||||
mesa-libOpenCL-devel
|
mesa-libOpenCL-devel
|
||||||
mesa-libOSMesa-devel
|
mesa-libOSMesa-devel
|
||||||
|
mesa-va-drivers
|
||||||
mesa-vulkan-drivers
|
mesa-vulkan-drivers
|
||||||
nasm
|
nasm
|
||||||
ninja-build
|
ninja-build
|
||||||
|
|
Loading…
Reference in a new issue