Skip to content

Allow prebuilt-NASM w/ Cmake toolchain #852

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

justsmth
Copy link
Contributor

Issues:

Addresses #850

Description of changes:

Allow use of prebuilt-NASM objects even when a CMake toolchain was specified.

Call-outs:

We should consider whether to differentiate AWS_LC_SYS_PREBUILT_NASM being set in the environment from having the "prebuilt-nasm" feature enabled. Perhaps when a CMake toolchain is specified, we should only consider whether AWS_LC_SYS_PREBUILT_NASM is also specified when determining whether to use prebuilt NASM objects.

Testing:

Added tests.

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.

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.36%. Comparing base (c358484) to head (a6b23b4).
⚠️ Report is 236 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #852      +/-   ##
==========================================
- Coverage   95.80%   92.36%   -3.44%     
==========================================
  Files          61       71      +10     
  Lines        8143     9298    +1155     
  Branches        0     9298    +9298     
==========================================
+ Hits         7801     8588     +787     
- Misses        342      434      +92     
- Partials        0      276     +276     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@justsmth justsmth force-pushed the prebuilt-NASM-w-cmake-toolchain branch 3 times, most recently from 028de95 to 64746a3 Compare July 31, 2025 19:35
@justsmth justsmth changed the title [DRAFT] Allow prebuilt-NASM w/ Cmake toolchain Allow prebuilt-NASM w/ Cmake toolchain Aug 5, 2025
@justsmth justsmth force-pushed the prebuilt-NASM-w-cmake-toolchain branch from 64746a3 to a6b23b4 Compare August 5, 2025 18:09
@justsmth justsmth marked this pull request as ready for review August 5, 2025 18:09
@justsmth justsmth requested a review from a team as a code owner August 5, 2025 18:09
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