From 945545a6a9363f7ad4ccc8d151e27384a1fe8e9c Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Tue, 13 Feb 2024 20:27:04 +0800 Subject: [PATCH] chore: Enable shallow git submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 722a6ee9..8540dbfc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,13 @@ [submodule "riscv-arch-test"] path = tests/riscv-arch-test url = https://github.com/riscv-non-isa/riscv-arch-test + shallow = true [submodule "mini-gdbstub"] path = src/mini-gdbstub url = https://github.com/RinHizakura/mini-gdbstub + shallow = true [submodule "softfloat"] path = src/softfloat url = https://github.com/sysprog21/berkeley-softfloat-3 branch = rv32emu + shallow = true