deps: Mark all the submodules to be shallowly cloned
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 18:32:30 +00:00
parent d19929aa50
commit 8d10dbce26
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 6 additions and 1 deletions

5
.gitmodules vendored
View File

@ -1,10 +1,15 @@
[submodule "deps/llvm-project"]
path = deps/llvm-project
url = https://github.com/llvm/llvm-project.git
shallow = true
[submodule "deps/bdwgc"]
path = deps/bdwgc
url = https://github.com/ivmai/bdwgc.git
branch = release-8_2
shallow = true
[submodule "deps/include-what-you-use"]
path = deps/include-what-you-use
url = https://github.com/include-what-you-use/include-what-you-use.git
shallow = true

View File

@ -3,7 +3,7 @@ clone:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
pipeline:
Prepare: