summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-07-30 02:06:56 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-07-31 16:28:25 +0530
commit19ebcd39557b934137c8d600772a09de2de6f19c (patch)
treea8fbbff4e714fb7e539576d2e3c00fbcd1d4a965 /.gitlab-ci.yml
parentb2d22c0f00e671e3d12795e4f52f710f50c84b5b (diff)
downloadgstreamer-19ebcd39557b934137c8d600772a09de2de6f19c.tar.gz
build: Fix some compiler warnings by upgrading wraps
https://gitlab.freedesktop.org/gstreamer/orc/-/commit/03d9f144cb333057bb203cbecea3fc29bb336120 https://gitlab.gnome.org/GNOME/pygobject/-/commit/2913e72d85269d6b307dc054946a88cbba6707de https://gitlab.gnome.org/GNOME/pygobject/-/commit/c945c99fbadb4496ff0fc01d42efd786abf5fba8 There's one more pygobject warning that will be fixed with this: https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/210 Also bump the image versions to regen them. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2814>
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 2d048fc87d..30f6d7f2b5 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-03-14.0'
+ FEDORA_TAG: '2022-07-31.0'
INDENT_TAG: '2022-03-07.1'
- WINDOWS_TAG: "2022-07-29.3"
+ WINDOWS_TAG: "2022-07-31.0"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'