summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-28 15:21:36 +0200
committerRemi Collet <remi@php.net>2026-04-28 15:21:36 +0200
commitc1d23fbb66385625684d85848a2ebd66d9bc300c (patch)
tree9d9a9e21e150e72721cf263c74455da02a6f355f /makesrc.sh
parent5df4d5c0d598e8e66ee041c22d243ff364866f4c (diff)
update to 2.3.0
use bundled libbson and libmongc 2.3.0 use bundled libmongocrypt 1.17.3
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 3f387cf..b7140d8 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -17,7 +17,7 @@ fi
echo "Cloning..."
rm -rf $PROJECT-$VERSION
-git clone --recursive https://github.com/$OWNER/$PROJECT.git -b $VERSION $PROJECT-$VERSION
+git clone --depth 1 --recursive https://github.com/$OWNER/$PROJECT.git -b $VERSION $PROJECT-$VERSION
echo "Composer..."
pushd $PROJECT-$VERSION