ci: Remove git submodule related commands and parameters

We don't have any now, so no reason to bother
This commit is contained in:
Marco Trevisan (Treviño) 2022-07-12 18:48:28 +02:00
parent c57b3d14b8
commit f74217ae66
2 changed files with 0 additions and 2 deletions

View File

@ -436,7 +436,6 @@ macos:
- macos
needs: []
variables:
GIT_SUBMODULE_STRATEGY: normal
# libpcre2 gets built as a subproject, but the default Clang options on
# macOS limit string lengths to 4095B — pcre2_error.c has a string of length
# 4380B

View File

@ -3,7 +3,6 @@
set -e
git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/glib.git
git -C glib submodule update --init
meson subprojects download --sourcedir glib
rm glib/subprojects/*.wrap
mv glib/subprojects/ .