summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-08-29 13:43:56 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-08-30 06:06:16 -0400
commit451b1d90cf14e8fb3f12b1b65d8027717093556a (patch)
tree5ed35e9d694a8cb5e4ee3e19e6e2c9ba122551ee /.gitlab-ci.yml
parent0154bc80b3648af15ef431cf0cf99e3cbbd881f6 (diff)
downloadhaskell-451b1d90cf14e8fb3f12b1b65d8027717093556a.tar.gz
ci: Attempt using normal submodule cloning strategy
We do not use any recursively cloned submodules, and this protects us from flaky upstream remotes. Fixes #22121
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ed24d600b..9e5db3bb83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
# Overridden by individual jobs
CONFIGURE_ARGS: ""
- GIT_SUBMODULE_STRATEGY: "recursive"
+ GIT_SUBMODULE_STRATEGY: "normal"
# Makes ci.sh isolate CABAL_DIR
HERMETIC: "YES"