We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65917d commit 6e3f603Copy full SHA for 6e3f603
.github/workflows/cmake_install.yml
@@ -88,7 +88,7 @@ jobs:
88
run: ./ci/do_ci.sh cmake.install.test
89
90
ubuntu_2404_latest:
91
- name: Ubuntu 24.04 latest versions cxx20 (static libs)
+ name: Ubuntu 24.04 latest versions cxx20 (static libs - shared libs)
92
runs-on: ubuntu-24.04
93
env:
94
INSTALL_TEST_DIR: '/home/runner/install_test'
CHANGELOG.md
@@ -15,6 +15,9 @@ Increment the:
15
16
## [Unreleased]
17
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
+
21
## [1.22 2025-07-11]
22
23
* [DOC] Udpate link to membership document
0 commit comments