ci_template: rebuild some images
authorJordan Petridis <jordan@centricular.com>
Mon, 7 Jun 2021 13:02:03 +0000 (16:02 +0300)
committerJordan Petridis <jordan@centricular.com>
Mon, 7 Jun 2021 19:06:40 +0000 (22:06 +0300)
We need a newer cache for harfbuzz since it renamed master branch
to main now and the wrap file has depth=1

https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/246#note_948717

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/404>

gitlab/ci_template.yml

index d543c9c..a549884 100644 (file)
@@ -21,13 +21,13 @@ 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:  '2021-06-04.0'
+  FEDORA_TAG:  '2021-06-07.0'
   CERBERO_TAG: '2020-10-22.0'
   ANDROID_TAG: '2020-10-22.0'
   MANIFEST_TAG: '2020-10-22.0'
   TEST_MANIFEST_TAG: '2020-10-22.0'
   INDENT_TAG: '2020-10-22.0'
-  WINDOWS_TAG: "2021-02-24.0"
+  WINDOWS_TAG: "2021-06-07.0"
 
   GST_UPSTREAM_REPO: 'gstreamer/gst-ci'