From 01481832fc3cd847cd42d556b60ae22a03d3f54a Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Fri, 3 Feb 2023 11:40:36 +0000 Subject: [PATCH] c-ares: disable tests to make build fuzz introspector compatible (#9572) The tests are not needed for fuzzing and avoiding to compile them makes the build Fuzz Introspector compatible --- projects/c-ares/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/c-ares/build.sh b/projects/c-ares/build.sh index 2d68ee7e1..b339262b2 100755 --- a/projects/c-ares/build.sh +++ b/projects/c-ares/build.sh @@ -17,7 +17,7 @@ # Build the project. ./buildconf -./configure --enable-debug +./configure --enable-debug --disable-tests make clean make -j$(nproc) V=1 all