mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
build: use shallow clone of third_party (#8295)
"third_party/" is a git submodule pointing to "deno_third_party" repository. The git history of that repo is quite heavy as it historically contained typescript, node_modules and python_packages directories, but now there are only 11 binaries in there. Setting this attribute should speed up fresh clones.
This commit is contained in:
parent
aaf7166a9d
commit
c650c5c720
1 changed files with 1 additions and 0 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -1,6 +1,7 @@
|
|||
[submodule "deno_third_party"]
|
||||
path = third_party
|
||||
url = https://github.com/denoland/deno_third_party.git
|
||||
shallow = true
|
||||
[submodule "std/wasi/testdata"]
|
||||
path = std/wasi/testdata
|
||||
url = https://github.com/khronosproject/wasi-test-suite.git
|
||||
|
|
Loading…
Reference in a new issue