Skip to content

Commit e13c9c0

Browse files
authored
Enable shallow git submodule (#350)
1 parent 3c3d440 commit e13c9c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[submodule "riscv-arch-test"]
22
path = tests/riscv-arch-test
33
url = https://github.com/riscv-non-isa/riscv-arch-test
4+
shallow = true
45
[submodule "mini-gdbstub"]
56
path = src/mini-gdbstub
67
url = https://github.com/RinHizakura/mini-gdbstub
8+
shallow = true
79
[submodule "softfloat"]
810
path = src/softfloat
911
url = https://github.com/sysprog21/berkeley-softfloat-3
1012
branch = rv32emu
13+
shallow = true

0 commit comments

Comments
 (0)