From c347dfcd565c3a396ae84dff46e7374851913462 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 7 Jan 2021 19:02:47 +0100 Subject: [PATCH] chore: checkout submodules with shallow=true (#9040) --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 22cc5436a9..a947933f7c 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