File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ codeql_pkg_files(
5454pkg_filegroup (
5555 name = "swift-syntax-parse-arch" ,
5656 srcs = select_os (
57- posix = ["//unified/swift-syntax-rs:swift-syntax-parse-pkg" ],
5857 otherwise = [],
58+ posix = ["//unified/swift-syntax-rs:swift-syntax-parse-pkg" ],
5959 ),
6060 prefix = "tools/{CODEQL_PLATFORM}" ,
6161)
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ sh_binary(
8686# the real binary, and the runtime libraries, flattened into one directory.
8787codeql_pkg_runfiles (
8888 name = "swift-syntax-parse-pkg" ,
89- exes = [":swift-syntax-parse" ],
9089 # The `.sh` source is shipped as `swift-syntax-parse` (the wrapper); drop the
9190 # original filename.
9291 excludes = ["swift-syntax-parse.sh" ],
92+ exes = [":swift-syntax-parse" ],
9393 target_compatible_with = _SWIFT_SUPPORTED_PLATFORMS ,
9494 visibility = ["//unified:__pkg__" ],
9595)
You can’t perform that action at this time.
0 commit comments