mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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",
|
||||
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"),
|
||||
] if zips else []),
|
||||
visibility = visibility,
|
||||
|
||||
Reference in New Issue
Block a user