Skip to content

Commit 6f9f415

Browse files
committed
doc: shallow clone qa-assets
While reviewing bitcoin/bitcoin#31457 (review) I noticed that cloning `qa-assets` takes a lot of time - shallow cloning should suffice here. I haven't checked the other clones in this file.
1 parent eb9730a commit 6f9f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fuzzing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The project's collection of seed corpora is found in the [`bitcoin-core/qa-asset
8989
To fuzz `process_message` using the [`bitcoin-core/qa-assets`](https://github.com/bitcoin-core/qa-assets) seed corpus:
9090
9191
```sh
92-
$ git clone https://github.com/bitcoin-core/qa-assets
92+
$ git clone --depth=1 https://github.com/bitcoin-core/qa-assets
9393
$ FUZZ=process_message build_fuzz/bin/fuzz qa-assets/fuzz_corpora/process_message/
9494
INFO: Seed: 1346407872
9595
INFO: Loaded 1 modules (424174 inline 8-bit counters): 424174 [0x55d8a9004ab8, 0x55d8a906c3a6),

0 commit comments

Comments
 (0)