docker/fedora: install more debug symbols
authorJordan Petridis <jordan@centricular.com>
Thu, 10 Sep 2020 18:10:37 +0000 (21:10 +0300)
committerJordan Petridis <jordan@centricular.com>
Tue, 15 Sep 2020 13:24:51 +0000 (16:24 +0300)
These are needed for the webrtcbin tests

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/339>

docker/fedora/prepare.sh
gitlab/ci_template.yml

index 410f48c..1024be6 100644 (file)
@@ -46,6 +46,12 @@ dnf install -y \
     graphene-devel \
     gsl \
     gsl-devel \
+    gupnp \
+    gupnp-devel \
+    gupnp-igd \
+    gupnp-igd-devel \
+    gssdp \
+    gssdp-devel \
     faac-devel \
     ffmpeg \
     ffmpeg-libs \
@@ -120,6 +126,9 @@ dnf install -y \
 dnf debuginfo-install -y gtk3 \
     glib2 \
     glibc \
+    gupnp \
+    gupnp-igd \
+    gssdp \
     freetype \
     openjpeg \
     gobject-introspection \
index 74073ed..ebbb52c 100644 (file)
@@ -21,7 +21,7 @@ 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:  '2020-07-03.1'
+  FEDORA_TAG:  '2020-09-15.0'
   CERBERO_TAG: '2020-09-09.2'
   ANDROID_TAG: '2020-09-09.2'
   MANIFEST_TAG: '2020-06-25.0'