From f74217ae663d8073dd506599a7650cc704360cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 12 Jul 2022 18:48:28 +0200 Subject: [PATCH] ci: Remove git submodule related commands and parameters We don't have any now, so no reason to bother --- .gitlab-ci.yml | 1 - .gitlab-ci/cache-subprojects.sh | 1 - 2 files changed, 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/ .