From b3036ff2580296fa76afce0bb5f37c45f63c471f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 2 Apr 2025 11:59:54 +0300 Subject: [PATCH] ci: When building Windows images, make use of subprojects script instead of manually handling cache Part-of: --- ci/windows-docker/install_gst.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/windows-docker/install_gst.ps1 b/ci/windows-docker/install_gst.ps1 index 08096bff8..a29179b06 100644 --- a/ci/windows-docker/install_gst.ps1 +++ b/ci/windows-docker/install_gst.ps1 @@ -11,8 +11,8 @@ if (!$?) { Set-Location C:\gstreamer -# Copy the cache we already have in the image to avoid massive redownloads -Move-Item C:/subprojects/* C:\gstreamer\subprojects +# Make use of the subprojects cache +python C:/gstreamer/ci/scripts/handle-subprojects-cache.py --cache-dir /subprojects C:/gstreamer/subprojects # Update the subprojects cache Write-Output "Running meson subproject reset"