mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: bazel packaging
This commit is contained in:
@@ -5,11 +5,11 @@ native_binary(
|
||||
src = "//misc/codegen",
|
||||
out = "codegen",
|
||||
args = [
|
||||
"--configuration-file=$(location //rust:codegen.conf)",
|
||||
"--configuration-file=$(location //rust:codegen-conf)",
|
||||
],
|
||||
data = [
|
||||
"//rust:codegen.conf",
|
||||
"//rust:schema.py",
|
||||
"//rust:codegen-conf",
|
||||
"//rust:schema",
|
||||
],
|
||||
visibility = ["//rust:__subpackages__"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user