From 4fd36e5d73ff227f48f10fb27d5157cc469fabcf Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 29 Jun 2020 16:05:03 +0300 Subject: [PATCH] docker/fedora: add gtest to get openh264 to build again Part-of: --- docker/fedora/prepare.sh | 2 ++ gitlab/ci_template.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index fe19c4d361..ad95512772 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 3c846f13c1..ed5035cf6e 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'