-
-
Notifications
You must be signed in to change notification settings - Fork 418
Using skip file to narrow analyzed files #10338
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
base: master
Are you sure you want to change the base?
Conversation
|
I think because of the --ctu-all flag "Pre-analysis" step still executes for the full codebase, not sure if required or not. |
|
Hi @idshibanov the main reason why I switched from |
Got it. The current state of PR leaves CTU analysis as is but speeds up total processing time (30min->6min). Check the action run: https://github.com/ihhub/fheroes2/actions/runs/19033889740/job/54353445915?pr=10338. If you're good with this, let's merge. |
There is one thing that bothers me a bit. First, a little background. With current settings in Now is the thing that bothers me. Consider that this PR is merged and |
|
I guess to solve your concerns we need to find a middle ground and probably implement a script that builds an impact set that pulls in headers. If larger than a threshold only run a full scan. |
In general, I'm not against disabling the CTU (by removing the corresponding |
Speeding up the CodeChecker action.