mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docker/fedora: install more debug symbols
These are needed for the webrtcbin tests Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/339>
This commit is contained in:
parent
894e72ee87
commit
fd7b78a918
2 changed files with 10 additions and 1 deletions
|
@ -46,6 +46,12 @@ dnf install -y \
|
||||||
graphene-devel \
|
graphene-devel \
|
||||||
gsl \
|
gsl \
|
||||||
gsl-devel \
|
gsl-devel \
|
||||||
|
gupnp \
|
||||||
|
gupnp-devel \
|
||||||
|
gupnp-igd \
|
||||||
|
gupnp-igd-devel \
|
||||||
|
gssdp \
|
||||||
|
gssdp-devel \
|
||||||
faac-devel \
|
faac-devel \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
ffmpeg-libs \
|
ffmpeg-libs \
|
||||||
|
@ -120,6 +126,9 @@ dnf install -y \
|
||||||
dnf debuginfo-install -y gtk3 \
|
dnf debuginfo-install -y gtk3 \
|
||||||
glib2 \
|
glib2 \
|
||||||
glibc \
|
glibc \
|
||||||
|
gupnp \
|
||||||
|
gupnp-igd \
|
||||||
|
gssdp \
|
||||||
freetype \
|
freetype \
|
||||||
openjpeg \
|
openjpeg \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
|
|
|
@ -21,7 +21,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: '2020-07-03.1'
|
FEDORA_TAG: '2020-09-15.0'
|
||||||
CERBERO_TAG: '2020-09-09.2'
|
CERBERO_TAG: '2020-09-09.2'
|
||||||
ANDROID_TAG: '2020-09-09.2'
|
ANDROID_TAG: '2020-09-09.2'
|
||||||
MANIFEST_TAG: '2020-06-25.0'
|
MANIFEST_TAG: '2020-06-25.0'
|
||||||
|
|
Loading…
Reference in a new issue