unified: Fix Bazel formatting errors

This commit is contained in:
Taus
2026-07-28 11:45:53 +00:00
parent a3d9492e8c
commit a2ff35a72d
2 changed files with 2 additions and 2 deletions

View File

@@ -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}",
)

View File

@@ -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__"],
)