From: Jordan Petridis Date: Thu, 10 Sep 2020 18:10:37 +0000 (+0300) Subject: docker/fedora: install more debug symbols X-Git-Tag: 1.19.3~497^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd7b78a91835e441d685c5cac3cce5747a7dc2a2;p=platform%2Fupstream%2Fgstreamer.git docker/fedora: install more debug symbols These are needed for the webrtcbin tests Part-of: --- diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index 410f48c..1024be6 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -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 \ diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 74073ed..ebbb52c 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'