CI/MSYS2: Set GitLab submodule strategy to recursive

Workaround for #3715
This commit is contained in:
Luca Bacci
2025-10-17 14:54:51 +02:00
committed by Philip Withnall
parent 344fceba86
commit a0fad794df

View File

@@ -568,6 +568,8 @@ msys2-mingw32:
- win32-ps
needs: []
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_DEPTH: 1
MSYSTEM: "MINGW32"
CHERE_INVOKING: "yes"
CFLAGS: -coverage -ftest-coverage -fprofile-arcs
@@ -599,6 +601,8 @@ msys2-clang64:
- win32-ps
needs: []
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_DEPTH: 1
MSYSTEM: "CLANG64"
CHERE_INVOKING: "yes"
PYTHONUTF8: "1"