From: Junio C Hamano Date: Tue, 2 Jul 2024 16:59:01 +0000 (-0700) Subject: Merge branch 'jc/fuzz-sans-curl' X-Git-Tag: v2.46.0-rc0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24cbd291640b3c596ded00265a8f62aa55206163;p=thirdparty%2Fgit.git 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 --- 24cbd291640b3c596ded00265a8f62aa55206163 diff --cc ci/run-build-and-minimal-fuzzers.sh index 797d65c661,bcf2ed54d2..af8065f349 --- a/ci/run-build-and-minimal-fuzzers.sh +++ b/ci/run-build-and-minimal-fuzzers.sh @@@ -6,8 -6,9 +6,9 @@@ . ${0%/*}/lib.sh group "Build fuzzers" make \ + NO_CURL=NoThanks \ CC=clang \ - CXX=clang++ \ + FUZZ_CXX=clang++ \ CFLAGS="-fsanitize=fuzzer-no-link,address" \ LIB_FUZZING_ENGINE="-fsanitize=fuzzer,address" \ fuzz-all