use shallow cloning everywhere to speed up the build

This commit is contained in:
Jakob Ketterl
2019-12-19 22:14:32 +01:00
parent e1d2ed8867
commit 3bbcaa1329
7 changed files with 17 additions and 17 deletions

View File

@ -44,7 +44,7 @@ cd ..
rm -rf sdrplay
rm $BINARY
git clone https://github.com/pothosware/SoapySDRPlay.git
git clone --depth 1 https://github.com/pothosware/SoapySDRPlay.git
cmakebuild SoapySDRPlay
apk del .build-deps