Missing source files in CodeQL database creation #6386
Replies: 2 comments 2 replies
-
Is the build using some sort of caching? Could you be a little bit more specific on which files are missing? Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for replying! Caching: Architecture:
I will try to find some pattern in the missing files and if I do I will share my findings. Your help is much appreciated. |
Beta Was this translation helpful? Give feedback.
-
After creating multiple CodeQL databases, I've noticed that many times some of the source files are not in the the database. Therefore, I can't run my queries on the complete source.
I thought it could be a result of compiling a project that produces multiple executables, but this happens on source code the result in a single executable too.
Does anyone have an idea why this could happen?
The command I'm using to create the db is:
where "build.sh" is a file with several CC commands.
Beta Was this translation helpful? Give feedback.
All reactions