Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
msiddhu committed Jul 9, 2024
1 parent d8aacdc commit 0f3fdba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo -E ./ci/setup_googletest.sh
sudo -E ./ci/install_abseil.sh
sudo -E ./ci/install_protobuf.sh
# sudo -E ./ci/setup_grpc.sh -m -p protobuf -p abseil-cpp
sudo -E ./ci/setup_grpc.sh -m -p protobuf -p abseil-cpp
- name: Prepare CMake
run: |
Expand All @@ -56,9 +56,9 @@ jobs:
-DBUILD_W3CTRACECONTEXT_TEST=ON \
-DWITH_METRICS_EXEMPLAR_PREVIEW=ON \
-DWITH_ASYNC_EXPORT_PREVIEW=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
# -DWITH_OTLP_GRPC=ON \
# -DWITH_OTLP_GRPC_SSL_MTLS_PREVIEW=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DWITH_OTLP_GRPC=ON \
-DWITH_OTLP_GRPC_SSL_MTLS_PREVIEW=ON
cd ..
- name: Remove Third-party Modules from Code Scan
Expand Down

0 comments on commit 0f3fdba

Please sign in to comment.