summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-07 19:02:47 +0100
committerGitHub <noreply@github.com>2021-01-07 19:02:47 +0100
commitc347dfcd565c3a396ae84dff46e7374851913462 (patch)
tree0704dfb24b7f22bbc89afc9e490e152d329963a2
parentb40d5e5e0b44187737651d155d2e67fcc26f14e8 (diff)
chore: checkout submodules with shallow=true (#9040)
-rw-r--r--.gitmodules2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 22cc5436a..a947933f7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,8 @@
[submodule "std/wasi/testdata"]
path = std/wasi/testdata
url = https://github.com/khronosproject/wasi-test-suite.git
+ shallow = true
[submodule "test_util/wpt"]
path = test_util/wpt
url = https://github.com/web-platform-tests/wpt.git
+ shallow = true