summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-12 18:48:28 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-12 18:53:03 +0200
commitf74217ae663d8073dd506599a7650cc704360cc0 (patch)
tree85ddd4db6f094d2bc9861adef00aa778dd14e773
parentc57b3d14b85ff27aab774eaa753929834932f683 (diff)
downloadglib-wip/3v1n0/remove-submodule.tar.gz
ci: Remove git submodule related commands and parameterswip/3v1n0/remove-submodule
We don't have any now, so no reason to bother
-rw-r--r--.gitlab-ci.yml1
-rwxr-xr-x.gitlab-ci/cache-subprojects.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da11515bb..f0cf7dc9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/.gitlab-ci/cache-subprojects.sh b/.gitlab-ci/cache-subprojects.sh
index 0e6926605..fb0b1df82 100755
--- a/.gitlab-ci/cache-subprojects.sh
+++ b/.gitlab-ci/cache-subprojects.sh
@@ -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/ .