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

Always install libdecrepit for BoringSSL benchmark #1513

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

andrewhop
Copy link
Contributor

Description of changes:

google/boringssl@2d7f6c6 changed how BoringSSL handles installing targets, update our small patch to use the latest way to install libdecrepit

Testing:

This is to unblock the failing CI.

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.

@andrewhop andrewhop requested a review from a team as a code owner March 27, 2024 21:58
@@ -66,7 +66,7 @@ function build_openssl {
function build_boringssl {
git clone --depth 1 https://github.com/google/boringssl.git "${scratch_folder}/boringssl"
pushd "${scratch_folder}/boringssl"
echo "install_if_enabled(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
echo "install(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
Copy link
Contributor

@samuel40791765 samuel40791765 Mar 27, 2024

Choose a reason for hiding this comment

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

INSTALL_DESTINATION_DEFAULT doesn't seem to be defined in the logs, is it needed or only used when (CMAKE_VERSION VERSION_LESS "3.14")?

@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.98%. Comparing base (c9c12f1) to head (7f3f0ef).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1513      +/-   ##
==========================================
+ Coverage   76.97%   76.98%   +0.01%     
==========================================
  Files         425      425              
  Lines       71546    71546              
==========================================
+ Hits        55071    55079       +8     
+ Misses      16475    16467       -8     

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

@samuel40791765 samuel40791765 enabled auto-merge (squash) March 27, 2024 23:25
@samuel40791765 samuel40791765 merged commit ad40a9a into aws:main Mar 28, 2024
44 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.

4 participants