Revert "DO NOT MERGE: test enabling cpp_dependency_installation_enabled"

This reverts commit d3b21d60fd.
This commit is contained in:
Paolo Tranquilli
2023-10-26 11:09:52 +02:00
parent d3b21d60fd
commit d30f373fe7
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: true,
defaultValue: false,
},
[Feature.DisableKotlinAnalysisEnabled]: {
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -84,7 +84,7 @@ export const featureConfig: Record<
[Feature.CppDependencyInstallation]: {
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
minimumVersion: "2.15.0",
defaultValue: true,
defaultValue: false,
},
[Feature.DisableKotlinAnalysisEnabled]: {
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",