ci: bump fedora version to 40 and alpine to 3.20

Latest alpine has gstreamer 1.24, which we should be compiling against because
the DMA_DRM code paths are not compiled with older versions. Unfortunately,
this is yet not in fedora 40.

Latest fedora is bumped just because. We should always test against latest
fedora and the previous ubuntu LTS, to make sure we support a relatively wide
range of system versions.
This commit is contained in:
George Kiagiadakis 2024-05-30 09:54:34 +03:00 committed by Wim Taymans
parent e6f2aa6ce0
commit d1a6b8f23f

View file

@ -25,8 +25,8 @@ include:
.fedora:
variables:
# Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2023-11-22.0'
FDO_DISTRIBUTION_VERSION: '39'
FDO_DISTRIBUTION_TAG: '2024-05-30.0'
FDO_DISTRIBUTION_VERSION: '40'
FDO_DISTRIBUTION_PACKAGES: >-
alsa-lib-devel
avahi-devel
@ -130,8 +130,8 @@ include:
.alpine:
variables:
# Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2023-04-17.0'
FDO_DISTRIBUTION_VERSION: '3.17'
FDO_DISTRIBUTION_TAG: '2024-05-30.0'
FDO_DISTRIBUTION_VERSION: '3.20'
FDO_DISTRIBUTION_PACKAGES: >-
alsa-lib-dev
avahi-dev