ci: Add libatomic to the system packages for the Fedora image
F40's gcc ships with a libatomic.so that points to libatomic.so.1.2.0 which is not installed as a dependency. That breaks library checks / linking. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8637>
This commit is contained in:
parent
f2b5c0b602
commit
83ae21e8fe
@ -5,12 +5,12 @@ 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: '2025-02-23.0'
|
||||
FEDORA_TAG: '2025-03-13.0'
|
||||
|
||||
DEBIAN_TAG: '2025-02-23.0'
|
||||
|
||||
CHECKS_TAG: '2025-02-04.0'
|
||||
|
||||
ABI_CHECK_TAG: '2025-02-25.0'
|
||||
ABI_CHECK_TAG: '2025-03-13.0'
|
||||
|
||||
WINDOWS_TAG: '2025-02-23.0'
|
||||
|
@ -45,6 +45,7 @@ jasper-devel
|
||||
ladspa-devel
|
||||
lame-devel
|
||||
liba52-devel
|
||||
libatomic
|
||||
libICE-devel
|
||||
libmpcdec-devel
|
||||
libnice-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user