Update Protobuf to 6.30.0#36945
Open
bumbosiepsak wants to merge 22 commits into
Open
Conversation
- Setting the policyt CMP0194 to OLD in order to detect the Intel assembler correctly
- Generic "ov_apply_patch()" added for patching sources at configure time
- Updating the protobuf submodule to 4.25.1
- Updating Protobuf and ONNX versions searched by CMake
- Updating Conan files to protobuf 6.33.5 (onnx dependency) - Updating Conan files to abseil 20260107.1 (onnx dependency)
- Updating Python constraints for the sake of Protobuf 4.25.1
- Updating Python test requirements and constraints for the sake of Protobuf 4.25.1
- vcpkg.json updated with Protobuf 4.25.1 and its dependencies
- Explicitly linking with the "atomic" library in Conan RISC-V builds
- Installing libzero loader for the GPU plugin - This is needed by CI and proper artefact transfer between build and runtime agents
- Setting ABSL logging level with functions supported in the current version - absl::SetGlobalVLogLevel() became unavailable
- Marking include paths to generated files as SYSTEM for frontends - This prevents unwanted compile warnings/error for Protobuf-generated code
- Installing protobuf dependencies (absl)
- Handling installation of aliased targets
- Suppressing absl compilation errors on GCC
- Relax compiler checks for Abseil
- Suppressing Protobuf compilation errors on GCC
- Revising Protobuf and its third party installation logic
- Suppress Protobuf compilation errors on RHEL8
- Suppressing missing symbols in installers after Abseil addition
- Solution revised by Copilot
- Patching Protobuf (MSVC errors)
bumbosiepsak
force-pushed
the
CVS-171145-protobuf-6.30.1
branch
from
July 17, 2026 17:05
d15998f to
0f396bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details:
Tickets:
AI Assistance: