-
Notifications
You must be signed in to change notification settings - Fork 120
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
Enable Arm SHA384 proofs in AWS-LC CI #1348
Conversation
410af73
to
c794032
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1348 +/- ##
==========================================
- Coverage 76.75% 76.72% -0.04%
==========================================
Files 422 422
Lines 71186 71186
==========================================
- Hits 54638 54616 -22
- Misses 16548 16570 +22 ☔ View full report in Codecov by Sentry. |
1d5f407
to
f2d4b2a
Compare
f2d4b2a
to
8613ba9
Compare
NSym is only specific to aarch64, right? Should that be reflected in the folder structure and/or the file naming? |
Good idea. I've updated the files. |
919b1e7
to
e8d7ca8
Compare
5cfa821
Issues:
None
Description of changes:
This PR enables NSym and SAW proofs for SHA384 on Arm machines (Graviton2 and Graviton3). Specifically,
ubuntu2004_clang10x_formal_verification_quickcheck
toubuntu2004_clang10x_formal_verification_saw_x86_64
and a bunch of other renamingubuntu-22.04_clang-14x_formal-verification-nsym-aarch64
andubuntu-20.04_clang-10x_formal-verification-saw-aarch64
ubuntu2004_clang10x_formal_verification_saw_aarch64
andubuntu2204_clang14x_formal_verification_nsym_aarch64
in linux-x86 runsCall-outs:
None
Testing:
CI run succeeds.
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.