This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new b83038fc6 Fix build for jaeger to otlp
b83038fc6 is described below
commit b83038fc6dd6f64551c63900d963d44b8409292a
Author: Rakhi Kumari <[email protected]>
AuthorDate: Fri May 26 15:48:12 2023 +0530
Fix build for jaeger to otlp
---
ci/otel.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/otel.sh b/ci/otel.sh
index 3e86a79c8..8500466ea 100644
--- a/ci/otel.sh
+++ b/ci/otel.sh
@@ -38,6 +38,6 @@ mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_TESTING=OFF -DWITH_OTLP=ON
-DWITH_OTLP_HTTP=ON -DWITH_OTLP_GRPC=OFF
-cmake --build . --target all --config RelWithDebInfo
-sudo cmake --install . --config RelWithDebInfo
+cmake --build . --target all
+sudo cmake --install .
cd ../..
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]