From 697147896375124a1fb4e216de48bbd42019d82a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 14 Mar 2019 14:03:16 +0100 Subject: fuzzer: Only clone the latest fuzzer code, for speed. --- tests/fuzz/download_fuzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh index e88a581e1..0a841780e 100755 --- a/tests/fuzz/download_fuzzer.sh +++ b/tests/fuzz/download_fuzzer.sh @@ -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" -- cgit v1.2.3