Skip to content

Commit 577ab57

Browse files
committed
Enable and test build with opentelemetry
1 parent 5bbe676 commit 577ab57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/columnar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install build environment
2424
run: |
2525
sudo apt-get update -y
26-
sudo apt-get install -y libssl-dev cmake curl wget gnupg2 libcurl4-openssl-dev libprotobuf-dev libgrpc-dev libgrpc++-dev protobuf-compiler-grpc gdb
26+
sudo apt-get install -y libssl-dev cmake gcc g++ curl wget gnupg2 libcurl4-openssl-dev libprotobuf-dev libgrpc-dev libgrpc++-dev protobuf-compiler-grpc gdb
2727
- uses: actions/checkout@v4
2828
with:
2929
submodules: recursive

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ set(couchbase_cxx_client_FILES
118118
core/impl/configuration_profiles_registry.cxx
119119
core/impl/conjunction_query.cxx
120120
core/impl/crypto.cxx
121+
core/impl/crypto.cxx
121122
core/impl/date_range.cxx
122123
core/impl/date_range_facet.cxx
123124
core/impl/date_range_facet_result.cxx
@@ -157,6 +158,7 @@ set(couchbase_cxx_client_FILES
157158
core/impl/numeric_range_facet.cxx
158159
core/impl/numeric_range_facet_result.cxx
159160
core/impl/numeric_range_query.cxx
161+
core/impl/observability_recorder.cxx
160162
core/impl/observe_poll.cxx
161163
core/impl/observe_seqno.cxx
162164
core/impl/phrase_query.cxx
@@ -219,8 +221,6 @@ set(couchbase_cxx_client_FILES
219221
core/impl/vector_search.cxx
220222
core/impl/view_error_category.cxx
221223
core/impl/wildcard_query.cxx
222-
core/impl/crypto.cxx
223-
core/impl/observability_recorder.cxx
224224
core/io/config_tracker.cxx
225225
core/io/dns_client.cxx
226226
core/io/dns_config.cxx

0 commit comments

Comments
 (0)