mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
ci: Remove git submodule related commands and parameters
We don't have any now, so no reason to bother
This commit is contained in:
parent
c57b3d14b8
commit
f74217ae66
@ -436,7 +436,6 @@ macos:
|
|||||||
- macos
|
- macos
|
||||||
needs: []
|
needs: []
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
|
||||||
# libpcre2 gets built as a subproject, but the default Clang options on
|
# 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
|
# macOS limit string lengths to 4095B — pcre2_error.c has a string of length
|
||||||
# 4380B
|
# 4380B
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/glib.git
|
git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/glib.git
|
||||||
git -C glib submodule update --init
|
|
||||||
meson subprojects download --sourcedir glib
|
meson subprojects download --sourcedir glib
|
||||||
rm glib/subprojects/*.wrap
|
rm glib/subprojects/*.wrap
|
||||||
mv glib/subprojects/ .
|
mv glib/subprojects/ .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user