docker/windows: update the subprojects cache
authorJordan Petridis <jordan@centricular.com>
Wed, 8 Sep 2021 12:19:35 +0000 (15:19 +0300)
committerJordan Petridis <jordan@centricular.com>
Wed, 8 Sep 2021 12:21:51 +0000 (15:21 +0300)
Avoid conflicting with gst-build subprojects when copying over
from the cache.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/414>

docker/windows/prepare_gst_env.ps1
gitlab/ci_template.yml

index 601e799..ebde9f6 100644 (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
index aaee920..ffef5f6 100644 (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'