use shallow cloning everywhere to speed up the build
This commit is contained in:
@ -20,23 +20,23 @@ BUILD_PACKAGES="git libsndfile-dev fftw-dev cmake ca-certificates make gcc musl-
|
||||
apk add --no-cache $STATIC_PACKAGES
|
||||
apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
|
||||
|
||||
git clone https://git.code.sf.net/p/itpp/git itpp
|
||||
git clone --depth 1 https://git.code.sf.net/p/itpp/git itpp
|
||||
cmakebuild itpp
|
||||
|
||||
git clone https://github.com/jketterl/csdr.git
|
||||
git clone --depth 1 https://github.com/jketterl/csdr.git
|
||||
cd csdr
|
||||
make
|
||||
make install
|
||||
cd ..
|
||||
rm -rf csdr
|
||||
|
||||
git clone https://github.com/szechyjs/mbelib.git
|
||||
git clone --depth 1 https://github.com/szechyjs/mbelib.git
|
||||
cmakebuild mbelib
|
||||
|
||||
git clone https://github.com/jketterl/digiham.git
|
||||
git clone --depth 1 https://github.com/jketterl/digiham.git
|
||||
cmakebuild digiham
|
||||
|
||||
git clone https://github.com/f4exb/dsd.git
|
||||
git clone --depth 1 https://github.com/f4exb/dsd.git
|
||||
cmakebuild dsd
|
||||
|
||||
WSJT_DIR=wsjtx-2.1.2
|
||||
@ -45,7 +45,7 @@ wget http://physics.princeton.edu/pulsar/k1jt/$WSJT_TGZ
|
||||
tar xvfz $WSJT_TGZ
|
||||
cmakebuild $WSJT_DIR
|
||||
|
||||
git clone https://github.com/wb2osz/direwolf.git
|
||||
git clone --depth 1 https://github.com/wb2osz/direwolf.git
|
||||
cd direwolf
|
||||
git checkout 1.5
|
||||
patch -Np1 < /direwolf-1.5.patch
|
||||
@ -54,6 +54,6 @@ make install
|
||||
cd ..
|
||||
rm -rf direwolf
|
||||
|
||||
git clone https://github.com/hessu/aprs-symbols /opt/aprs-symbols
|
||||
git clone --depth 1 https://github.com/hessu/aprs-symbols /opt/aprs-symbols
|
||||
|
||||
apk del .build-deps
|
||||
|
Reference in New Issue
Block a user