mirror of
https://github.com/github/codeql.git
synced 2026-07-29 06:46:46 +02:00
unified: Fix Bazel formatting errors
This commit is contained in:
@@ -54,8 +54,8 @@ codeql_pkg_files(
|
||||
pkg_filegroup(
|
||||
name = "swift-syntax-parse-arch",
|
||||
srcs = select_os(
|
||||
posix = ["//unified/swift-syntax-rs:swift-syntax-parse-pkg"],
|
||||
otherwise = [],
|
||||
posix = ["//unified/swift-syntax-rs:swift-syntax-parse-pkg"],
|
||||
),
|
||||
prefix = "tools/{CODEQL_PLATFORM}",
|
||||
)
|
||||
|
||||
@@ -86,10 +86,10 @@ sh_binary(
|
||||
# the real binary, and the runtime libraries, flattened into one directory.
|
||||
codeql_pkg_runfiles(
|
||||
name = "swift-syntax-parse-pkg",
|
||||
exes = [":swift-syntax-parse"],
|
||||
# The `.sh` source is shipped as `swift-syntax-parse` (the wrapper); drop the
|
||||
# original filename.
|
||||
excludes = ["swift-syntax-parse.sh"],
|
||||
exes = [":swift-syntax-parse"],
|
||||
target_compatible_with = _SWIFT_SUPPORTED_PLATFORMS,
|
||||
visibility = ["//unified:__pkg__"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user