ci: add file package, for coverity

Try to fix coverity by adding missing 'file' package to container
This commit is contained in:
Pauli Virtanen 2025-10-22 19:32:22 +03:00 committed by George Kiagiadakis
parent 88c65932d8
commit 9f1a149876

View file

@ -38,7 +38,7 @@ include:
.fedora: .fedora:
variables: variables:
# Update this tag when you want to trigger a rebuild # Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2025-10-15.0' FDO_DISTRIBUTION_TAG: '2025-10-22.0'
FDO_DISTRIBUTION_VERSION: '42' FDO_DISTRIBUTION_VERSION: '42'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
alsa-lib-devel alsa-lib-devel
@ -48,6 +48,7 @@ include:
dbus-devel dbus-devel
doxygen doxygen
fdk-aac-free-devel fdk-aac-free-devel
file
findutils findutils
gcc gcc
gcc-c++ gcc-c++