DO NOT MERGE: test enabling cpp_dependency_installation_enabled

This commit is contained in:
Paolo Tranquilli
2023-10-26 10:09:04 +02:00
parent edb8265ab8
commit d3b21d60fd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ exports.featureConfig = {
[Feature.CppDependencyInstallation]: {
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
minimumVersion: "2.15.0",
defaultValue: false,
defaultValue: true,
},
[Feature.DisableKotlinAnalysisEnabled]: {
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",
File diff suppressed because one or more lines are too long