Skip to content

Fix aws-lc-rs CI test when symbols removed #2262

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

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

justsmth
Copy link
Contributor

Description of changes:

  • CI tests are failing when symbol are migrated to being macros due to the symbols still being listed in the symbol files.
  • This change ensures that the symbol files and headers are deleted prior to their regeneration.

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.

@justsmth justsmth requested a review from a team as a code owner March 10, 2025 19:23
skmcgrail
skmcgrail previously approved these changes Mar 10, 2025
@justsmth justsmth force-pushed the aws-lc-rs-ci-symbols branch from b29c061 to 5233e3a Compare March 10, 2025 19:42
@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.04%. Comparing base (12ae13a) to head (d46695a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2262      +/-   ##
==========================================
- Coverage   79.05%   79.04%   -0.01%     
==========================================
  Files         612      612              
  Lines      106535   106535              
  Branches    15056    15055       -1     
==========================================
- Hits        84221    84214       -7     
- Misses      21662    21668       +6     
- Partials      652      653       +1     

☔ 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 aws-lc-rs-ci-symbols branch 2 times, most recently from bf1ad5d to 1a46d65 Compare March 10, 2025 20:24
@justsmth justsmth force-pushed the aws-lc-rs-ci-symbols branch from 1a46d65 to d46695a Compare March 10, 2025 20:26
@justsmth justsmth merged commit 8d77e4c into aws:main Mar 12, 2025
104 of 107 checks passed
@justsmth justsmth deleted the aws-lc-rs-ci-symbols branch March 12, 2025 18:28
@skmcgrail skmcgrail mentioned this pull request Mar 13, 2025
skmcgrail added a commit that referenced this pull request Mar 13, 2025
## What's Changed
* Use unsigned return type for BN_get_minimal_width and word size tests
by @torben-hansen in #2260
* Revert removal of "PEM_X509_INFO_write_bio" by @smittals2 in
#2226
* Remove no-op register move from ChaCha20_ctr32_ssse3_4x by @nebeid in
#2234
* Fix aws-lc-rs CI test when symbols removed by @justsmth in
#2262
* Add x4 batched SHAKE128 and SHAKE256 APIs by @manastasova in
#2247
* Fix aws-lc-rs CI test (again) by @justsmth in
#2268
* Minor build fixes for CMake and libssl on x86 by @skmcgrail in
#2267

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.
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