summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-09-01 00:14:52 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-09-02 18:41:32 +0100
commit034faeae31c5401bfcf19ea0f0d8fffc31abbad9 (patch)
treec05c06111f2dc6730b37ebb551fb4d62cea95a2a /.gitlab-ci.yml
parent657cc3e6d630dc29101a25a383cb530e7aa3c002 (diff)
downloadgstreamer-034faeae31c5401bfcf19ea0f0d8fffc31abbad9.tar.gz
subprojects: update openh264 wrap to v2.3.0
.. and use tarball instead of git checkout. Also bump ci image tags so the images cache the new tarball. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2968>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 923debee74..f86fd256cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,9 +24,9 @@ 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: '2022-07-31.0'
+ FEDORA_TAG: '2022-09-02.0'
INDENT_TAG: '2022-03-07.1'
- WINDOWS_TAG: "2022-08-18.0"
+ WINDOWS_TAG: "2022-09-02.0"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'