CI: Use shallow clones
Change-Id: I2a766476b03cc0e5962196b2ca91e2aa9ff2f31e Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
set -e
|
||||
set -x
|
||||
cd $WORKSPACE
|
||||
git clone https://github.com/intel/isa-l.git
|
||||
git clone --depth 1 https://github.com/intel/isa-l.git
|
||||
cd isa-l
|
||||
./autogen.sh
|
||||
./configure
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
set -e
|
||||
set -x
|
||||
cd $WORKSPACE
|
||||
git clone https://github.com/ceph/gf-complete.git
|
||||
git clone --depth 1 https://github.com/ceph/gf-complete.git
|
||||
cd gf-complete
|
||||
./autogen.sh
|
||||
./configure
|
||||
@@ -25,7 +25,7 @@
|
||||
set -e
|
||||
set -x
|
||||
cd $WORKSPACE
|
||||
git clone https://github.com/ceph/jerasure.git
|
||||
git clone --depth 1 https://github.com/ceph/jerasure.git
|
||||
cd jerasure
|
||||
autoreconf --force --install
|
||||
./configure
|
||||
|
||||
Reference in New Issue
Block a user