CI: Use shallow clones

Change-Id: I2a766476b03cc0e5962196b2ca91e2aa9ff2f31e
Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
Tim Burke
2026-03-06 13:21:51 -08:00
parent 63ce7ee039
commit c525ff5279
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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