Skip to content

Commit 6245c23

Browse files
committed
Merge bitcoin/bitcoin#32083: doc: shallow clone qa-assets
6f9f415 doc: shallow clone qa-assets (Lőrinc) Pull request description: 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 but suggestion are welcome. ACKs for top commit: maflcko: lgtm ACK 6f9f415 Tree-SHA512: 21bd676c7709dbf7fd30b239d0a72f9c230453ed8f8a1b5319ac92ef9c5e67780939f095a239dd31bcb4550f8d69eaed4931a221e19cb0b957f18fac623c4a01
2 parents 257fd27 + 6f9f415 commit 6245c23

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)