mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update misc/bazel/pkg.bzl
Co-authored-by: Paolo Tranquilli <redsun82@github.com>
This commit is contained in:
committed by
GitHub
parent
e2cb5631d9
commit
a42bdd9bb0
@@ -383,7 +383,7 @@ def codeql_pack(
|
|||||||
"--destdir",
|
"--destdir",
|
||||||
install_dest,
|
install_dest,
|
||||||
] + ([
|
] + ([
|
||||||
"--ripunzip=$(rlocationpath " + str(Label("//misc/bazel/internal/ripunzip")) + ")",
|
"--ripunzip=$(rlocationpath %s)" % Label("//misc/bazel/internal/ripunzip"),
|
||||||
"--zip-manifest=$(rlocationpath %s)" % internal("zip-manifest"),
|
"--zip-manifest=$(rlocationpath %s)" % internal("zip-manifest"),
|
||||||
] if zips else []),
|
] if zips else []),
|
||||||
visibility = visibility,
|
visibility = visibility,
|
||||||
|
|||||||
Reference in New Issue
Block a user