build-script: set repo params for smallest download
* Makes a big difference with the new caf manifest since we don't have to clone all branches Change-Id: Ibe4298c42298febe432eb6c27c5d83787cdb4d0f Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
parent
a12feb30c9
commit
bcda378194
2
build.sh
2
build.sh
|
@ -126,7 +126,7 @@ fi
|
||||||
if [ "$FLAG_SYNC" = 'y' ]; then
|
if [ "$FLAG_SYNC" = 'y' ]; then
|
||||||
echo -e "${CLR_BLD_BLU}Downloading the latest source files${CLR_RST}"
|
echo -e "${CLR_BLD_BLU}Downloading the latest source files${CLR_RST}"
|
||||||
echo -e ""
|
echo -e ""
|
||||||
repo sync -j"$THREADS"
|
repo sync -j"$THREADS" -c --no-clone-bundle
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Mask Java, if it seems to be faulty
|
# Mask Java, if it seems to be faulty
|
||||||
|
|
Loading…
Reference in New Issue