Browse Source

Mark external dependency submodules as shallow to speed up the cloning process

dtzxporter 3 years ago
parent
commit
4c3b0b2f11
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitmodules

+ 4 - 0
.gitmodules

@@ -1,15 +1,19 @@
 [submodule "deps/plog"]
 	path = deps/plog
 	url = https://github.com/SergiusTheBest/plog.git
+	shallow = true
 [submodule "deps/usrsctp"]
 	path = deps/usrsctp
 	url = https://github.com/sctplab/usrsctp.git
+	shallow = true
 [submodule "deps/libjuice"]
 	path = deps/libjuice
 	url = https://github.com/paullouisageneau/libjuice.git
 [submodule "deps/json"]
 	path = deps/json
 	url = https://github.com/nlohmann/json.git
+	shallow = true
 [submodule "deps/libsrtp"]
 	path = deps/libsrtp
 	url = https://github.com/cisco/libsrtp.git
+	shallow = true