Skip to content

Commit 80b3de5

Browse files
committed
Revert "Build the Google storage sample file on the CI"
This reverts commit 6c95be2.
1 parent 6c95be2 commit 80b3de5

File tree

6 files changed

+3
-45
lines changed

6 files changed

+3
-45
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if (CMAKE_BUILD_TYPE_UC STREQUAL "DEBUG" OR CMAKE_BUILD_TYPE_UC STREQUAL "RELWIT
159159
endif()
160160

161161
option(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)
163163
option(ENABLE_BENCHMARKS "Build all benchmark programs in 'benchmarks' subdirectories" OFF)
164164

165165
if (OS_LINUX AND (ARCH_AMD64 OR ARCH_AARCH64) AND NOT USE_MUSL)

ci/jobs/build_clickhouse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

ci/jobs/scripts/check_style/check_cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LC_ALL="en_US.UTF-8"
1616
ROOT_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'
1818
EXCLUDE_DOCS='Settings\.cpp|FormatFactorySettings\.h'
1919

2020
# From [1]:

contrib/google-cloud-cpp-cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(ENABLE_GOOGLE_CLOUD_CPP_DEFAULT ON)
1+
set(ENABLE_GOOGLE_CLOUD_CPP_DEFAULT OFF)
22

33
if(ENABLE_LIBRARIES AND CLICKHOUSE_CLOUD AND OS_LINUX)
44
set(ENABLE_GOOGLE_CLOUD_CPP_DEFAULT ON)

src/Core/examples/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ target_link_libraries (field PRIVATE dbms)
66

77
clickhouse_add_executable (string_ref_hash string_ref_hash.cpp)
88
target_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)

src/Core/examples/gcs.cpp

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)