Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e990d75 commit f35f077Copy full SHA for f35f077
1 file changed
swift/tools/BUILD.bazel
@@ -6,26 +6,16 @@ sh_binary(
6
visibility = ["//swift/tools/test/qltest:__pkg__"],
7
)
8
9
-sh_binary(
10
- name = "autobuild",
11
- srcs = ["autobuild.sh"],
12
-)
13
-
14
15
- name = "identify-environment",
16
- srcs = ["identify-environment.sh"],
17
18
19
codeql_pkg_files(
20
name = "tools",
21
srcs = [
22
"autobuild.cmd",
23
"tracing-config.lua",
24
],
25
exes = [
26
- ":autobuild",
27
- ":identify-environment",
28
- ":qltest",
+ "autobuild.sh",
+ "identify-environment.sh",
+ "qltest.sh",
29
30
visibility = ["//swift:__pkg__"],
31
0 commit comments