mirror of
https://github.com/curl/curl.git
synced 2026-04-29 02:42:17 +03:00
fuzzer: Only clone the latest fuzzer code, for speed.
This commit is contained in:
parent
6c60355323
commit
6971478963
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue