Skip to content

Commit 823af40

Browse files
authored
Set clone depth to 1 in delete_nonreduced_fuzz_inputs.sh
1 parent 64b6a52 commit 823af40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delete_nonreduced_fuzz_inputs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apt install -y \
2222
libsqlite3-dev libevent-dev libboost-dev \
2323
clang llvm
2424

25-
git clone https://github.com/bitcoin-core/qa-assets.git
25+
git clone --depth=1 https://github.com/bitcoin-core/qa-assets.git
2626
(
2727
cd qa-assets
2828
mv ./"${FUZZ_INPUTS_DIR}" ../all_inputs
@@ -31,7 +31,7 @@ git clone https://github.com/bitcoin-core/qa-assets.git
3131
git commit -a -m "Delete fuzz inputs"
3232
)
3333

34-
git clone https://github.com/bitcoin/bitcoin.git
34+
git clone --depth=1 https://github.com/bitcoin/bitcoin.git
3535
(
3636
cd bitcoin
3737

0 commit comments

Comments
 (0)