mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
fuzzer: Only clone the latest fuzzer code, for speed.
This commit is contained in:
parent
6c60355323
commit
6971478963
@ -4,4 +4,4 @@
|
||||
set -ex
|
||||
|
||||
# Clone the curl-fuzzer repository to the specified directory.
|
||||
git clone https://github.com/curl/curl-fuzzer $1
|
||||
git clone --depth=1 https://github.com/curl/curl-fuzzer "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user