mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
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 <pwithnall@gnome.org>
This commit is contained in:
parent
46fdbb43fa
commit
6c80db2c24
@ -584,6 +584,8 @@ vs2017-x64:
|
|||||||
- win32-ps
|
- win32-ps
|
||||||
needs: []
|
needs: []
|
||||||
variables:
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
GIT_SUBMODULE_DEPTH: 1
|
||||||
PYTHONUTF8: "1"
|
PYTHONUTF8: "1"
|
||||||
script:
|
script:
|
||||||
# FIXME: These should use --wrap-mode=nodownload but the Windows CI machines
|
# FIXME: These should use --wrap-mode=nodownload but the Windows CI machines
|
||||||
@ -615,6 +617,8 @@ vs2017-x64-static:
|
|||||||
- win32-ps
|
- win32-ps
|
||||||
needs: []
|
needs: []
|
||||||
variables:
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
GIT_SUBMODULE_DEPTH: 1
|
||||||
PYTHONUTF8: "1"
|
PYTHONUTF8: "1"
|
||||||
script:
|
script:
|
||||||
# FIXME: These should use --wrap-mode=nodownload but the Windows CI machines
|
# FIXME: These should use --wrap-mode=nodownload but the Windows CI machines
|
||||||
|
Loading…
Reference in New Issue
Block a user