summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-05-13 11:23:59 +0300
committerJordan PetridÑ–s <jpetridis@gnome.org>2022-05-18 09:14:08 +0000
commit6adb7eb22c1a98451250d2c6203ad284a9f06872 (patch)
treeaf44dca912881bc679a8473d4381a05f15b52d9c /.gitlab-ci.yml
parent5cd3f6884203fd578e385010b07f92a00bffb8dd (diff)
downloadgstreamer-6adb7eb22c1a98451250d2c6203ad284a9f06872.tar.gz
ci: use LONGPATH for the windows container
Sometimes the CI might create paths that are bigger than the 260 character limit. ex: ``` error: unable to create file subprojects/gst-integration-testsuites/testsuites/validate/h264/parse.trickmode_predicted.seek_trickmode_predicted/flow-expectations/log-parse-src-expected: Filename too long ``` https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2395>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58a86881f1..8e988fa081 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ variables:
###
FEDORA_TAG: '2022-03-14.0'
INDENT_TAG: '2022-03-07.1'
- WINDOWS_TAG: "2022-05-09.0"
+ WINDOWS_TAG: "2022-05-16.1"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'