ci: Speed up configure on windows jobs

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5018>
This commit is contained in:
Nirbheek Chauhan 2023-07-12 14:33:10 +05:30 committed by GStreamer Marge Bot
parent 03011f5e5d
commit b45317e247

View file

@ -447,6 +447,8 @@ build fedora clang:
- git add --renormalize subprojects/packagefiles
- ci/scripts/handle-subprojects-cache.py subprojects/
- echo $env:MESON_ARGS
# We do not pick up any deps with cmake, so speed up dependency checks
- $env:CMAKE = 'false'
artifacts:
expire_in: "7 days"
when: "always"