Support overlay database creation
This commit adds support for creating overlay-base and overlay databases, controlled via the CODEQL_OVERLAY_DATABASE_MODE environment variable.
This commit is contained in:
parent
270886f805
commit
ff5f0b9efd
4 changed files with 89 additions and 8 deletions
|
|
@ -3,3 +3,5 @@ export enum OverlayDatabaseMode {
|
|||
OverlayBase = "overlay-base",
|
||||
None = "none",
|
||||
}
|
||||
|
||||
export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.20.5";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue