File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export interface FeatureEnablement {
46
46
export enum Feature {
47
47
CodeqlJavaLombokEnabled = "codeql_java_lombok_enabled" ,
48
48
CppDependencyInstallation = "cpp_dependency_install
919C
ation_enabled" ,
49
+ CppTrapCachingEnabled = "cpp_trap_caching_enabled" ,
49
50
DisableKotlinAnalysisEnabled = "disable_kotlin_analysis_enabled" ,
50
51
DisablePythonDependencyInstallationEnabled = "disable_python_dependency_installation_enabled" ,
51
52
PythonDefaultIsToSkipDependencyInstallationEnabled = "python_default_is_to_skip_dependency_installation_enabled" ,
@@ -68,6 +69,11 @@ export const featureConfig: Record<
68
69
minimumVersion : "2.15.0" ,
69
70
defaultValue : false ,
70
71
} ,
72
+ [ Feature . CppTrapCachingEnabled ] : {
73
+ envVar : "CODEQL_CPP_TRAP_CACHING" ,
74
+ minimumVersion : undefined ,
75
+ defaultValue : false ,
76
+ } ,
71
77
[ Feature . DisableKotlinAnalysisEnabled ] : {
72
78
envVar : "CODEQL_DISABLE_KOTLIN_ANALYSIS" ,
73
79
minimumVersion : undefined ,
You can’t perform that action at this time.
0 commit comments