docker/windows: update the subprojects cache

Avoid conflicting with gst-build subprojects when copying over
from the cache.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/414>
This commit is contained in:
Jordan Petridis 2021-09-08 15:19:35 +03:00
parent 29596184be
commit 72dcd55325
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ if (!$?) {
Remove-Item -Force 'C:/gst-build/subprojects/*.wrap'
Remove-Item -Recurse -Force 'C:/gst-build/subprojects/win-nasm'
Remove-Item -Recurse -Force 'C:/gst-build/subprojects/win-flex-bison-binaries'
Remove-Item -Recurse -Force 'C:/gst-build/subprojects/macos-bison-binary'
Move-Item C:\gst-build\subprojects C:\subprojects
Remove-Item -Recurse -Force C:\gst-build

View file

@ -28,7 +28,7 @@ variables:
MANIFEST_TAG: '2020-10-22.0'
TEST_MANIFEST_TAG: '2020-10-22.0'
INDENT_TAG: '2020-10-22.0'
WINDOWS_TAG: "2021-08-24.0"
WINDOWS_TAG: "2021-09-08.0"
GST_UPSTREAM_REPO: 'gstreamer/gst-ci'