mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
docker/fedora: add gtest to get openh264 to build again
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/315>
This commit is contained in:
parent
3f6395c2e9
commit
4fd36e5d73
2 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,8 @@ dnf install -y \
|
|||
glslc \
|
||||
gtk3 \
|
||||
gtk3-devel \
|
||||
gtest \
|
||||
gtest-devel \
|
||||
graphene \
|
||||
graphene-devel \
|
||||
gsl \
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue