mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix Python
This commit is contained in:
parent
1afc5e8c01
commit
6405decbb0
@ -289,7 +289,7 @@ def parse_env_variables(
|
||||
result.append("BUILD_TYPE=None")
|
||||
|
||||
if coverage:
|
||||
result.append("SANITIZE_COVERAGE=1")
|
||||
cmake_flags.append("-DSANITIZE_COVERAGE=1")
|
||||
|
||||
if not cache:
|
||||
cmake_flags.append("-DCOMPILER_CACHE=disabled")
|
||||
|
Loading…
Reference in New Issue
Block a user