[Tarantool-patches] [PATCH 3/4] travis: build tarantool with ENABLE_FUZZER

sergeyb at tarantool.org sergeyb at tarantool.org
Mon Nov 30 23:24:50 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

OSS Fuzz has a limited number of runs per day and now it is a 4 runs.
Option ENABLE_FUZZERS is enabled to make sure that building of fuzzers is not
broken.

Part of #1809
---
 .travis.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.mk b/.travis.mk
index 238e31cda..6d843cae9 100644
--- a/.travis.mk
+++ b/.travis.mk
@@ -154,7 +154,7 @@ coverage_debian: deps_debian test_coverage_debian_no_deps
 build_asan_debian:
 	CC=clang-11 CXX=clang++-11 cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DENABLE_WERROR=ON -DENABLE_ASAN=ON -DENABLE_UB_SANITIZER=ON \
-		${CMAKE_EXTRA_PARAMS}
+		-DENABLE_FUZZER=ON ${CMAKE_EXTRA_PARAMS}
 	make -j
 
 test_asan_debian_no_deps: build_asan_debian
-- 
2.25.1



More information about the Tarantool-patches mailing list