From 6c80db2c242255de07d29ca10356ed02a8b8fa67 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 12 Sep 2024 21:40:41 +0100 Subject: [PATCH] ci: Force submodules to be fetched first in VS2017 CI jobs No idea why this is now suddenly not working. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0749b7ff..26eff640e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -584,6 +584,8 @@ vs2017-x64: - win32-ps needs: [] variables: + GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_DEPTH: 1 PYTHONUTF8: "1" script: # FIXME: These should use --wrap-mode=nodownload but the Windows CI machines @@ -615,6 +617,8 @@ vs2017-x64-static: - win32-ps needs: [] variables: + GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_DEPTH: 1 PYTHONUTF8: "1" script: # FIXME: These should use --wrap-mode=nodownload but the Windows CI machines