File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments