File tree Expand file tree Collapse file tree 6 files changed +3
-45
lines changed
contrib/google-cloud-cpp-cmake Expand file tree Collapse file tree 6 files changed +3
-45
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ if (CMAKE_BUILD_TYPE_UC STREQUAL "DEBUG" OR CMAKE_BUILD_TYPE_UC STREQUAL "RELWIT
159159endif ()
160160
161161option (ENABLE_TESTS "Provide unit_test_dbms target with Google.Test unit tests" ON )
162- option (ENABLE_EXAMPLES "Build all example programs in 'examples' subdirectories" ON )
162+ option (ENABLE_EXAMPLES "Build all example programs in 'examples' subdirectories" OFF )
163163option (ENABLE_BENCHMARKS "Build all benchmark programs in 'benchmarks' subdirectories" OFF )
164164
165165if (OS_LINUX AND (ARCH_AMD64 OR ARCH_AARCH64) AND NOT USE_MUSL)
Original file line number Diff line number Diff line change @@ -172,8 +172,6 @@ def main():
172172 run_shell ("clang-tidy-cache stats" , "clang-tidy-cache --show-stats" )
173173 else :
174174 targets = "clickhouse-bundle"
175-
176- targets += " gcs"
177175 results .append (
178176 Result .from_commands_run (
179177 name = "Build ClickHouse" ,
Original file line number Diff line number Diff line change 1414
1515LC_ALL=" en_US.UTF-8"
1616ROOT_PATH=" ."
17- EXCLUDE=' build/|integration/|widechar_width/|glibc-compatibility/|poco/|memcpy/|consistent-hashing|benchmark|tests/.*.cpp|programs/keeper-bench/example.yaml|base/base/openpty.h|gcs.cpp '
17+ EXCLUDE=' build/|integration/|widechar_width/|glibc-compatibility/|poco/|memcpy/|consistent-hashing|benchmark|tests/.*.cpp|programs/keeper-bench/example.yaml|base/base/openpty.h'
1818EXCLUDE_DOCS=' Settings\.cpp|FormatFactorySettings\.h'
1919
2020# From [1]:
Original file line number Diff line number Diff line change 1- set (ENABLE_GOOGLE_CLOUD_CPP_DEFAULT ON )
1+ set (ENABLE_GOOGLE_CLOUD_CPP_DEFAULT OFF )
22
33if (ENABLE_LIBRARIES AND CLICKHOUSE_CLOUD AND OS_LINUX)
44 set (ENABLE_GOOGLE_CLOUD_CPP_DEFAULT ON )
Original file line number Diff line number Diff line change @@ -6,6 +6,3 @@ target_link_libraries (field PRIVATE dbms)
66
77clickhouse_add_executable (string_ref_hash string_ref_hash.cpp )
88target_link_libraries (string_ref_hash PRIVATE clickhouse_common_io clickhouse_common_config )
9-
10- clickhouse_add_executable (gcs gcs.cpp )
11- target_link_libraries (gcs PRIVATE clickhouse_common_io clickhouse_common_config dbms )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments