[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[google-cloud-cpp] add v2.23.0 version #23695

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
no securitycenter_protos on windows
  • Loading branch information
dbolduc committed Apr 27, 2024
commit 318b3e043e1c98cc1d2d66f970570e7b137827e0
2 changes: 2 additions & 0 deletions recipes/google-cloud-cpp/2.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def _proto_components(self):
# `components_*.py` files, so we manually skip the protos in here.
result.remove('logging_type_type_protos')
result.remove('devtools_source_v1_source_context_protos')
if self.settings.os == "Windows" and Version(self.version) >= '2.23.0':
result.remove('securitycenter_protos')
return result

def package(self):
Expand Down
Loading