use shallow cloning everywhere to speed up the build
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user