mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Bulk generator: Prepare for adding DCA support. This commits just generalizes the existing functionality to be independent of Rust and instead depend on the configuration file and the command-line arguments.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"strategy": "repo",
|
||||
"targets": [
|
||||
{
|
||||
"name": "libc",
|
||||
@@ -65,5 +66,9 @@
|
||||
"git_repo": "https://github.com/clap-rs/clap",
|
||||
"git_tag": "v4.5.38"
|
||||
}
|
||||
],
|
||||
"destination": "rust/ql/lib/ext/generated",
|
||||
"extractor_options": [
|
||||
"cargo_features='*'"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user