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
This commit is contained in:
DavidKorczynski 2023-02-03 11:40:36 +00:00 committed by GitHub
parent 43ddddb16c
commit 01481832fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# Build the project.
./buildconf
./configure --enable-debug
./configure --enable-debug --disable-tests
make clean
make -j$(nproc) V=1 all