Skip to content

Commit

Permalink
Swift: cleanup tools scripts in pack
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed May 24, 2024
1 parent e990d75 commit f35f077
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions swift/tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,16 @@ sh_binary(
visibility = ["//swift/tools/test/qltest:__pkg__"],
)

sh_binary(
name = "autobuild",
srcs = ["autobuild.sh"],
)

sh_binary(
name = "identify-environment",
srcs = ["identify-environment.sh"],
)

codeql_pkg_files(
name = "tools",
srcs = [
"autobuild.cmd",
"tracing-config.lua",
],
exes = [
":autobuild",
":identify-environment",
":qltest",
"autobuild.sh",
"identify-environment.sh",
"qltest.sh",
],
visibility = ["//swift:__pkg__"],
)

0 comments on commit f35f077

Please sign in to comment.