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

refactor(cmake)!: only compile protos if asked - logging #12502

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented Aug 30, 2023

Part of the work for #8022 and #12428

Only iam remains for both...


This change is Reviewable

@dbolduc dbolduc temporarily deployed to internal August 30, 2023 17:05 — with GitHub Actions Inactive
@dbolduc dbolduc temporarily deployed to internal August 30, 2023 17:25 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (326ac81) 93.63% compared to head (c238adb) 93.62%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12502      +/-   ##
==========================================
- Coverage   93.63%   93.62%   -0.01%     
==========================================
  Files        2043     2043              
  Lines      180846   180846              
==========================================
- Hits       169327   169319       -8     
- Misses      11519    11527       +8     

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dbolduc
Copy link
Member Author

dbolduc commented Aug 30, 2023

/gcbrun

@dbolduc dbolduc marked this pull request as ready for review August 30, 2023 18:01
@dbolduc dbolduc requested a review from a team as a code owner August 30, 2023 18:01
@@ -18,7 +18,8 @@ include(GoogleCloudCppLibrary)

set(GOOGLE_CLOUD_CPP_SERVICE_DIRS "" "v1/")

google_cloud_cpp_add_ga_grpc_library(appengine "App Engine Admin API")
google_cloud_cpp_add_ga_grpc_library(appengine "App Engine Admin API"
SHARED_PROTO_DEPS "logging_type")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, logging_type is generated here.

Copy link
Member Author

@dbolduc dbolduc Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it will be generated by whatever comes first in the alphabet, pretty much.

If you -DGOOGLE_CLOUD_CPP_ENABLE=logging (without appengine), then the google/cloud/logging subdirectory will be responsible for generating logging_type.

@dbolduc dbolduc merged commit 254d4b6 into googleapis:main Aug 30, 2023
53 checks passed
@dbolduc dbolduc deleted the fix-8022-logging-try-2 branch August 30, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants