From d73005189f47570f201d61215ea4470a0e1b78a0 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 3 Apr 2024 13:40:13 -0600 Subject: [PATCH] chore: Make WPT repo shallow (#23205) This is a particularly large repo and making it shallow improves checkout time. --- .gitmodules | 2 +- tools/node_compat/node | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 tools/node_compat/node diff --git a/.gitmodules b/.gitmodules index be03d06840..e928225a3b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "tests/wpt/suite"] path = tests/wpt/suite url = https://github.com/web-platform-tests/wpt.git - + shallow = true [submodule "tests/node_compat/runner/suite"] path = tests/node_compat/runner/suite url = https://github.com/denoland/node_test.git diff --git a/tools/node_compat/node b/tools/node_compat/node deleted file mode 160000 index b114fad0ec..0000000000 --- a/tools/node_compat/node +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b114fad0ec952fddddefc8972c43d2959388bbc1