mirror of
https://github.com/curl/curl.git
synced 2026-08-03 17:50:28 +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
|
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
# The results of each of these jobs can be found at
|
||||
# The results of each of these jobs can be found at
|
||||
# https://curl.zuul.vexxhost.dev/builds. As of November 2021 they are not being
|
||||
# propagated to the GitHub "checks" UI, you need to check for them manually.
|
||||
|
||||
|
|
@ -186,21 +186,6 @@
|
|||
-DCURL_ZSTD=1
|
||||
PKG_CONFIG_PATH: "{{ ansible_user_dir }}/ngbuild/lib/pkgconfig"
|
||||
|
||||
- job:
|
||||
name: curl-fuzzer
|
||||
parent: curl-base
|
||||
vars:
|
||||
curl_apt_packages:
|
||||
- clang
|
||||
- clang-9
|
||||
- libpsl-dev
|
||||
- libbrotli-dev
|
||||
- libzstd-dev
|
||||
curl_env:
|
||||
CC: clang-9
|
||||
CXX: clang++-9
|
||||
T: fuzzer
|
||||
|
||||
- job:
|
||||
name: curl-debug-clang-with-openssl-dl-ubsan
|
||||
parent: curl-base
|
||||
|
|
@ -239,6 +224,5 @@
|
|||
- curl-debug-clang-with-gnutls
|
||||
- curl-cmake-boringssl-quiche
|
||||
- curl-cmake-ngtcp2
|
||||
- curl-fuzzer
|
||||
- curl-debug-clang-with-openssl-dl-ubsan
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue