File tree 4 files changed +1
-73
lines changed
4 files changed +1
-73
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,3 @@ if [ "$T" = "cmake" ]; then
91
91
cmake --build build
92
92
env TFLAGS=" !1139 $TFLAGS " cmake --build build --target test-nonflaky
93
93
fi
94
-
95
- if [ " $T " = " fuzzer" ]; then
96
- # Download the fuzzer to a temporary folder
97
- ./tests/fuzz/download_fuzzer.sh /tmp/curl_fuzzer
98
-
99
- export CURLSRC=$PWD
100
-
101
- # Run the mainline fuzzer test
102
- pushd /tmp/curl_fuzzer
103
- ./mainline.sh ${CURLSRC}
104
- popd
105
- fi
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
#
23
23
# ##########################################################################
24
24
25
- # The results of each of these jobs can be found at
25
+ # The results of each of these jobs can be found at
26
26
# https://curl.zuul.vexxhost.dev/builds. As of November 2021 they are not being
27
27
# propagated to the GitHub "checks" UI, you need to check for them manually.
28
28
186
186
-DCURL_ZSTD=1
187
187
PKG_CONFIG_PATH: "{{ ansible_user_dir }}/ngbuild/lib/pkgconfig"
188
188
189
- - job :
190
- name : curl-fuzzer
191
- parent : curl-base
192
- vars :
193
- curl_apt_packages :
194
- - clang
195
- - clang-9
196
- - libpsl-dev
197
- - libbrotli-dev
198
- - libzstd-dev
199
- curl_env :
200
- CC : clang-9
201
- CXX : clang++-9
202
- T : fuzzer
203
-
204
189
- job :
205
190
name : curl-debug-clang-with-openssl-dl-ubsan
206
191
parent : curl-base
239
224
- curl-debug-clang-with-gnutls
240
225
- curl-cmake-boringssl-quiche
241
226
- curl-cmake-ngtcp2
242
- - curl-fuzzer
243
227
- curl-debug-clang-with-openssl-dl-ubsan
244
228
...
You can’t perform that action at this time.
0 commit comments