ci: use LONGPATH for the windows container
authorJordan Petridis <jordan@centricular.com>
Fri, 13 May 2022 08:23:59 +0000 (11:23 +0300)
committerJordan Petridіs <jpetridis@gnome.org>
Wed, 18 May 2022 09:14:08 +0000 (09:14 +0000)
commit6adb7eb22c1a98451250d2c6203ad284a9f06872
treeaf44dca912881bc679a8473d4381a05f15b52d9c
parent5cd3f6884203fd578e385010b07f92a00bffb8dd
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>
.gitlab-ci.yml
ci/docker/windows/Dockerfile