Skip to content

Commit

Permalink
DO NOT MERGE: test enabling cpp_dependency_installation
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Oct 20, 2023
1 parent 77bbb99 commit 307f879
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ export const featureConfig: Record<
[Feature.CppDependencyInstallation]: {
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
minimumVersion: "2.15.0",
defaultValue: false,
// test CI with flag enabled
defaultValue: true,
},
[Feature.DisableKotlinAnalysisEnabled]: {
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",
Expand Down

0 comments on commit 307f879

Please sign in to comment.