From cb3dba445abbb3195954231439b1ee17983a5cbc Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 16 Nov 2023 08:34:49 -0500 Subject: [PATCH] partial clone for submodules added in git 2.36.0 --- tools/ci_fetch_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_fetch_deps.py b/tools/ci_fetch_deps.py index dfae473b27..5b7725e057 100644 --- a/tools/ci_fetch_deps.py +++ b/tools/ci_fetch_deps.py @@ -16,7 +16,7 @@ def _git_version(): clone_supports_filter = ( - False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 27, 0) + False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 36, 0) ) if clone_supports_filter: