From d3d3582b1f1b71b18d8d89cdf8e14f112b8f40a7 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 3 Apr 2024 13:40:13 -0600 Subject: 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 be03d0684..e928225a3 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 b114fad0e..000000000 --- a/tools/node_compat/node +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b114fad0ec952fddddefc8972c43d2959388bbc1 -- cgit v1.2.3