[glib/wip/3v1n0/remove-submodule: 2/2] ci: Remove git submodule related commands and parameters




commit f74217ae663d8073dd506599a7650cc704360cc0
Author: Marco Trevisan (Treviño) <mail 3v1n0 net>
Date:   Tue Jul 12 18:48:28 2022 +0200

    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 da11515bb9..f0cf7dc9b3 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 0e69266059..fb0b1df820 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/ .


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]