Shallow submodules clone in configure.sh

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-05-08 22:26:40 +07:00
parent 8f1a0903bb
commit cbf345c139

View File

@@ -8,7 +8,7 @@ set -euo pipefail
echo "Configuring the repository for development."
if [ ! -d 3party/boost/tools ]; then
git submodule update --init --recursive
git submodule update --init --recursive --depth 1
fi
pushd 3party/boost/
./bootstrap.sh