ci: compile the manual
[nit.git] / share / android-bdwgc / setup.sh
index fcfbab3..334a54b 100755 (executable)
@@ -20,7 +20,7 @@ cd "`dirname "${BASH_SOURCE[0]}"`"
 
 # Download or redownload
 rm -rf bdwgc
-git clone -b android https://github.com/xymus/bdwgc.git || exit 1
+git clone --depth=1 -b android https://github.com/xymus/bdwgc.git || exit 1
 
 # Setup libatomic_ops too
 cd bdwgc || exit 1