File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 8888 run : ./ci/do_ci.sh cmake.install.test
8989
9090 ubuntu_2404_latest :
91- name : Ubuntu 24.04 latest versions cxx20 (static libs)
91+ name : Ubuntu 24.04 latest versions cxx20 (static libs - shared libs )
9292 runs-on : ubuntu-24.04
9393 env :
9494 INSTALL_TEST_DIR : ' /home/runner/install_test'
@@ -112,6 +112,10 @@ jobs:
112112 env :
113113 BUILD_SHARED_LIBS : ' OFF'
114114 run : ./ci/do_ci.sh cmake.install.test
115+ - name : Run Tests (shared libs)
116+ env :
117+ BUILD_SHARED_LIBS : ' ON'
118+ run : ./ci/do_ci.sh cmake.install.test
115119
116120 ubuntu_2204_stable :
117121 name : Ubuntu 22.04 stable versions cxx17 (static libs - shared libs)
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Increment the:
1515
1616## [ Unreleased]
1717
18+ * [ TEST] Shared otel-cpp libs linked to latest static protobuf and grpc
19+ [ #3544 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/3544 )
20+
1821## [ 1.22 2025-07-11]
1922
2023* [ DOC] Udpate link to membership document
You can’t perform that action at this time.
0 commit comments