-
Notifications
You must be signed in to change notification settings - Fork 29
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
[nasa/cryptolib#379] Updated to gcc-14 for MC/DC #381
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #381 +/- ##
==========================================
- Coverage 76.53% 75.97% -0.57%
==========================================
Files 81 81
Lines 22041 22263 +222
Branches 1777 1807 +30
==========================================
+ Hits 16870 16914 +44
- Misses 4531 4707 +176
- Partials 640 642 +2 ☔ View full report in Codecov by Sentry. |
Had to restore functionality to CI. The docker file is written for gcc/gcov-14 to work with MCDC. It is being used by CodeQL and [#258], but the build.yml is still using the old docker file in dev. |
support/Dockerfile
Outdated
@@ -17,19 +17,21 @@ | |||
# | |||
|
|||
ARG WOLFSSL_VERSION=5.6.0-stable | |||
FROM ubuntu:jammy-20240530 AS cl0 | |||
FROM ubuntu:latest AS cl0 |
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.
Can we lock this to whatever the latest actual release is?
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.
updated
Updated for CAP MC/DC