Skip to content

Commit

Permalink
Merge branch 'jc/fuzz-sans-curl'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gitster committed Jul 2, 2024
2 parents 43fab44 + 4e66b5a commit 24cbd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/run-build-and-minimal-fuzzers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
. ${0%/*}/lib.sh

group "Build fuzzers" make \
NO_CURL=NoThanks \
CC=clang \
FUZZ_CXX=clang++ \
CFLAGS="-fsanitize=fuzzer-no-link,address" \
Expand Down

0 comments on commit 24cbd29

Please sign in to comment.