Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
We can get a speedup for cppcheck if we change how we compile it. From my testing, this seems to bring it down from 1:30-2:00 to 1:00-1:10. Most of the savings likely come from MATCHCOMPILER, but maybe the optimizations help a little?
For a bigger speedup we'll need a cache, like Cameron started to add in #2642.
Testing:
Here's one of my test runs: https://github.com/lrstewart/s2n/actions/runs/6661235504/job/18103779503?pr=31
We cache our build of cppcheck, but the cppcheck action doesn't run on main so this PR won't use a cached value from main without my build changes. I verified that by checking our caches: https://github.com/aws/s2n-tls/actions/caches
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.