mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:51:41 +03:00
ci: Remove zuul fuzzing job as it's superseded by CIFuzz
This commit is contained in:
parent
2f34a7347f
commit
4c712a1b25
4 changed files with 1 additions and 73 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue