mirror of
https://github.com/moparisthebest/curl
synced 2025-01-14 07:28:11 -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
|
set -ex
|
||||||
|
|
||||||
# Clone the curl-fuzzer repository to the specified directory.
|
# 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