mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
use shallow cloning everywhere to speed up the build
This commit is contained in:
parent
e1d2ed8867
commit
3bbcaa1329
7 changed files with 17 additions and 17 deletions
|
|
@ -20,7 +20,7 @@ BUILD_PACKAGES="git cmake make patch wget sudo gcc g++ libusb-dev fftw-dev"
|
|||
apk add --no-cache $STATIC_PACKAGES
|
||||
apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
|
||||
|
||||
git clone https://github.com/mossmann/hackrf.git
|
||||
git clone --depth 1 https://github.com/mossmann/hackrf.git
|
||||
cd hackrf
|
||||
cmakebuild host
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue