Skip to content

Bump to aws-lc-rs v1.13.0 #758

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 2 commits into from
Apr 1, 2025
Merged

Bump to aws-lc-rs v1.13.0 #758

merged 2 commits into from
Apr 1, 2025

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Mar 31, 2025

Completed:

Description of changes:

  • Bump aws-lc-rs to v1.13.0
  • Test CMake 4.0 w/ aws-lc-fips-sys build
  • Fix Clang 19 test

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 Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.94%. Comparing base (c358484) to head (9564307).
Report is 198 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #758      +/-   ##
==========================================
- Coverage   95.80%   92.94%   -2.86%     
==========================================
  Files          61       71      +10     
  Lines        8143     9813    +1670     
  Branches        0     9813    +9813     
==========================================
+ Hits         7801     9121    +1320     
- Misses        342      405      +63     
- Partials        0      287     +287     

☔ 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 changed the title [PENDING] Bump to aws-lc-rs v1.13.0 Bump to aws-lc-rs v1.13.0 Mar 31, 2025
@justsmth justsmth force-pushed the aws-lc-rs-v1.13.0 branch from 3771634 to b32f67c Compare March 31, 2025 20:49
@justsmth justsmth changed the title Bump to aws-lc-rs v1.13.0 [DRAFT] Bump to aws-lc-rs v1.13.0 Mar 31, 2025
@justsmth justsmth force-pushed the aws-lc-rs-v1.13.0 branch 4 times, most recently from 9564307 to 1619859 Compare April 1, 2025 13:16
@justsmth justsmth force-pushed the aws-lc-rs-v1.13.0 branch from 1619859 to 358d832 Compare April 1, 2025 14:57
@justsmth justsmth force-pushed the aws-lc-rs-v1.13.0 branch from 358d832 to c1fd9b5 Compare April 1, 2025 16:45
@justsmth justsmth requested a review from skmcgrail April 1, 2025 16:45
@justsmth justsmth changed the title [DRAFT] Bump to aws-lc-rs v1.13.0 Bump to aws-lc-rs v1.13.0 Apr 1, 2025
@justsmth justsmth marked this pull request as ready for review April 1, 2025 17:14
@justsmth justsmth requested a review from a team as a code owner April 1, 2025 17:14
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> "$GITHUB_ENV"
echo 'export LIBCLANG_PATH=/opt/homebrew/opt/llvm' >> "$GITHUB_ENV"
echo 'LIBCLANG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/bin/llvm-config' >> $GITHUB_ENV

Choose a reason for hiding this comment

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

Just curious, why was this change made?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What we were doing previously was incorrect.

  • It was creating environment variables named "export PATH" and "export LIBCLANG_PATH" (instead of "PATH" and "LIBCLANG_PATH").
  • On macos-13, the homebrew path is under /use/local not '/opt/homebrew'.

@justsmth justsmth merged commit 8ed1be8 into aws:main Apr 1, 2025
270 of 276 checks passed
@justsmth justsmth deleted the aws-lc-rs-v1.13.0 branch April 1, 2025 18:21
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