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

Log prefix build options configuration #1772

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

torben-hansen
Copy link
Contributor

Description of changes:

Log some more cmake configurations. In this case, prefix build configs.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@torben-hansen torben-hansen requested a review from justsmth August 15, 2024 18:38
@torben-hansen torben-hansen requested a review from a team as a code owner August 15, 2024 18:38
@torben-hansen torben-hansen enabled auto-merge (squash) August 15, 2024 18:38
@@ -174,6 +174,9 @@ foreach(VAR CMAKE_C_FLAGS CMAKE_CXX_FLAGS CMAKE_ASM_FLAGS)
endforeach()

if(BORINGSSL_PREFIX AND BORINGSSL_PREFIX_SYMBOLS AND GO_EXECUTABLE)

message(STATUS "Prefix build configured: building headers using prefix \"${BORINGSSL_PREFIX}\" and symbols file \"${BORINGSSL_PREFIX_SYMBOLS}\"")
Copy link
Contributor

@justsmth justsmth Aug 15, 2024

Choose a reason for hiding this comment

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

For clarity, I think it would be better to start the message with "Prefix header creation build configured: using prefix ...".

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.29%. Comparing base (55009e1) to head (712d103).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1772      +/-   ##
==========================================
- Coverage   78.30%   78.29%   -0.02%     
==========================================
  Files         580      580              
  Lines       96997    96997              
  Branches    13903    13902       -1     
==========================================
- Hits        75957    75945      -12     
- Misses      20420    20430      +10     
- Partials      620      622       +2     

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

@torben-hansen torben-hansen merged commit c9f6b6d into aws:main Aug 15, 2024
105 of 106 checks passed
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.

5 participants