From d097dd00397685ddfe78995cb6cb903d5b90d20c Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 20 May 2024 17:15:40 -0700 Subject: [PATCH 1/2] git submodule fetch clean up Co-authored-by: Bradley Odell --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index cf88c33..b269dbf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,6 @@ [submodule "crates/upstream"] path = crates/openvino-sys/upstream url = https://github.com/openvinotoolkit/openvino + update = none + fetchRecurseSubmodules = false shallow = true From f639b1b44b0b7efa8f665b63aae415a389443e87 Mon Sep 17 00:00:00 2001 From: Rahul Date: Tue, 21 May 2024 10:06:00 -0700 Subject: [PATCH 2/2] update=checkout instead of none --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b269dbf..62d7ae3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "crates/upstream"] path = crates/openvino-sys/upstream url = https://github.com/openvinotoolkit/openvino - update = none + update = checkout fetchRecurseSubmodules = false shallow = true