-
Notifications
You must be signed in to change notification settings - Fork 74
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
3771634
to
b32f67c
Compare
9564307
to
1619859
Compare
1619859
to
358d832
Compare
358d832
to
c1fd9b5
Compare
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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'.
Completed:
Remove Kyber, KDF fromunstable
module #747Include Go source inaws-lc-sys
crate #754Align aws-lc-sys v0.28.0 w/ AWS-LC 1.49.0 #757Bump aws-lc-fips-sys to v0.13.5 #760Description of changes:
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.