summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMax Dymond <cmeister2@gmail.com>2022-12-01 13:54:13 +0000
committerMax Dymond <cmeister2@gmail.com>2022-12-01 16:00:11 +0000
commit4c712a1b25bf0a846a8a307fe252dfd6201260ef (patch)
tree5aa03f14b10ae75d284e0e643da414fe13195ef8 /scripts
parent2f34a7347f315513bfda9ef14770d287fb246bcd (diff)
downloadcurl-4c712a1b25bf0a846a8a307fe252dfd6201260ef.tar.gz
ci: Remove zuul fuzzing job as it's superseded by CIFuzz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/script.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/zuul/script.sh b/scripts/zuul/script.sh
index ebfd0b065..38faf16d6 100755
--- a/scripts/zuul/script.sh
+++ b/scripts/zuul/script.sh
@@ -91,15 +91,3 @@ if [ "$T" = "cmake" ]; then
cmake --build build
env TFLAGS="!1139 $TFLAGS" cmake --build build --target test-nonflaky
fi
-
-if [ "$T" = "fuzzer" ]; then
- # Download the fuzzer to a temporary folder
- ./tests/fuzz/download_fuzzer.sh /tmp/curl_fuzzer
-
- export CURLSRC=$PWD
-
- # Run the mainline fuzzer test
- pushd /tmp/curl_fuzzer
- ./mainline.sh ${CURLSRC}
- popd
-fi