ci: Remove zuul fuzzing job as it's superseded by CIFuzz

This commit is contained in:
Max Dymond 2022-12-01 13:54:13 +00:00
parent 2f34a7347f
commit 4c712a1b25
4 changed files with 1 additions and 73 deletions

View file

@ -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