Skip to content

Commit c93dcfe

Browse files
committed
Merge #156: Set clone depth to 1 in delete_nonreduced_fuzz_inputs.sh
823af40 Set clone depth to 1 in delete_nonreduced_fuzz_inputs.sh (ツ) Pull request description: There should be no need to download all of the history every time Top commit has no ACKs. Tree-SHA512: a752e3c28bda647ff6443cdf5c3301d280738de7993dc3ab5c8eb82811aab99a2d98f1adf0793d480e5b54400fa6b1194388590143380ebe1739327dc6eb264b
2 parents 64b6a52 + 823af40 commit c93dcfe

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)