-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Hi, I am now using codeql to analyze a large C project (i.e., Linux kernel).
It takes a rather long time to build the codeql database as I need to compile the Linux kernel. My question is whether I need to rebuild the whole database if the Linux kernel receives several new PRs.
I guess that there should be some cache or optimization so that I do not need to rebuild the whole database if only several lines of code are updated in such a big project.
However, I didn't find the answer. Any suggestions or comments are welcome. Many thanks.