Skip to content

Commit ce7ac8b

Browse files
authored
Update build-clspv.sh
1 parent 6997435 commit ce7ac8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-clspv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mkdir -p "${STAGING_DIR}"
5151
git clone --depth 1 "${URL}" --branch "${BRANCH}"
5252
pushd clspv
5353

54-
python3 utils/fetch_sources.py
54+
python3 utils/fetch_sources.py --shallow
5555

5656
mkdir build
5757
cmake -S . -B build -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="${STAGING_DIR}"

0 commit comments

Comments
 (0)