Skip to content

Commit 24cbd29

Browse files
committed
Merge branch 'jc/fuzz-sans-curl'
CI job to build minimum fuzzers learned to pass NO_CURL=NoThanks to the build procedure, as its build environment does not offer, or the rest of the build needs, anything cURL. * jc/fuzz-sans-curl: fuzz: minimum fuzzers environment lacks libcURL
2 parents 43fab44 + 4e66b5a commit 24cbd29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-build-and-minimal-fuzzers.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
. ${0%/*}/lib.sh
77

88
group "Build fuzzers" make \
9+
NO_CURL=NoThanks \
910
CC=clang \
1011
FUZZ_CXX=clang++ \
1112
CFLAGS="-fsanitize=fuzzer-no-link,address" \

0 commit comments

Comments
 (0)