docker/fedora: add gtest to get openh264 to build again
authorJordan Petridis <jordan@centricular.com>
Mon, 29 Jun 2020 13:05:03 +0000 (16:05 +0300)
committerJordan Petridis <jordan@centricular.com>
Fri, 3 Jul 2020 13:38:46 +0000 (16:38 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/315>

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

index fe19c4d..ad95512 100644 (file)
@@ -41,6 +41,8 @@ dnf install -y \
     glslc \
     gtk3 \
     gtk3-devel \
+    gtest \
+    gtest-devel \
     graphene \
     graphene-devel \
     gsl \
index 3c846f1..ed5035c 100644 (file)
@@ -18,7 +18,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-06-25.0'
+  FEDORA_TAG:  '2020-07-03.0'
   CERBERO_TAG: '2020-06-25.0'
   ANDROID_TAG: '2020-06-25.0'
   MANIFEST_TAG: '2020-06-25.0'