mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
better
This commit is contained in:
parent
0da15b9ece
commit
c6f94e5016
@ -168,8 +168,8 @@ def parse_env_variables(build_type, compiler, sanitizer, package_type, image_typ
|
||||
cmake_flags.append('-DENABLE_TESTS=1')
|
||||
cmake_flags.append('-DENABLE_EXAMPLES=1')
|
||||
cmake_flags.append('-DENABLE_FUZZING=1')
|
||||
# For fuzzing needs
|
||||
cmake_flags.append('-DUSE_YAML_CPP=1')
|
||||
# For fuzzing needs
|
||||
cmake_flags.append('-DUSE_YAML_CPP=1')
|
||||
# Don't stop on first error to find more clang-tidy errors in one run.
|
||||
result.append('NINJA_FLAGS=-k0')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user