From: Jordan Petridis Date: Mon, 29 Jun 2020 13:05:03 +0000 (+0300) Subject: docker/fedora: add gtest to get openh264 to build again X-Git-Tag: 1.19.3~497^2~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fd36e5d73ff227f48f10fb27d5157cc469fabcf;p=platform%2Fupstream%2Fgstreamer.git docker/fedora: add gtest to get openh264 to build again Part-of: --- diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index fe19c4d..ad95512 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -41,6 +41,8 @@ dnf install -y \ glslc \ gtk3 \ gtk3-devel \ + gtest \ + gtest-devel \ graphene \ graphene-devel \ gsl \ diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 3c846f1..ed5035c 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'