We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b6a52 commit 823af40Copy full SHA for 823af40
delete_nonreduced_fuzz_inputs.sh
@@ -22,7 +22,7 @@ apt install -y \
22
libsqlite3-dev libevent-dev libboost-dev \
23
clang llvm
24
25
-git clone https://github.com/bitcoin-core/qa-assets.git
+git clone --depth=1 https://github.com/bitcoin-core/qa-assets.git
26
(
27
cd qa-assets
28
mv ./"${FUZZ_INPUTS_DIR}" ../all_inputs
@@ -31,7 +31,7 @@ git clone https://github.com/bitcoin-core/qa-assets.git
31
git commit -a -m "Delete fuzz inputs"
32
)
33
34
-git clone https://github.com/bitcoin/bitcoin.git
+git clone --depth=1 https://github.com/bitcoin/bitcoin.git
35
36
cd bitcoin
37
0 commit comments