diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-04-03 13:40:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-03 13:40:13 -0600 |
| commit | d3d3582b1f1b71b18d8d89cdf8e14f112b8f40a7 (patch) | |
| tree | c8b5d2b70ca2016ed3c38dad37f68bce5eac0108 | |
| parent | aa08155fd17d638d3e677b9d1181eea0556f1ba0 (diff) | |
chore: Make WPT repo shallow (#23205)
This is a particularly large repo and making it shallow improves
checkout time.
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | tools/node_compat/node | 0 |
2 files changed, 1 insertions, 1 deletions
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 -Subproject b114fad0ec952fddddefc8972c43d2959388bbc |
