mirror of https://github.com/google/oss-fuzz.git
cctz: disable benchmark build (#9811)
This is required for the CI to work on https://github.com/google/cctz/pull/241
This commit is contained in:
parent
df358b948a
commit
788183edf1
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
################################################################################
|
||||
mkdir build && cd build
|
||||
cmake -DBUILD_TESTING=OFF ../
|
||||
cmake -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF ../
|
||||
make
|
||||
|
||||
# Compile fuzzers
|
||||
|
|
Loading…
Reference in New Issue