diff --git a/projects/knot-dns/build.sh b/projects/knot-dns/build.sh index 3edc81a1d..129d8429b 100755 --- a/projects/knot-dns/build.sh +++ b/projects/knot-dns/build.sh @@ -62,7 +62,7 @@ make install cd $SRC/knot-dns autoreconf -if -./configure --with-oss-fuzz=yes --disable-shared --enable-static --disable-daemon --disable-utilities --disable-documentation --disable-fastparser --with-module-dnsproxy=no --with-module-noudp=no --with-module-onlinesign=no --with-module-rrl=no --with-module-stats=no --with-module-synthrecord=no --with-module-whoami=no +./configure --with-oss-fuzz=yes --disable-shared --enable-static --disable-daemon --disable-utilities --disable-documentation --disable-fastparser --disable-modules make -j$(nproc) cd $SRC/knot-dns/tests-fuzz