@@ -23,19 +23,6 @@ pkg_files(
2323 ],
2424)
2525
26- pkg_files (
27- name = "scripts" ,
28- srcs = ["tools/qltest.sh" , "tools/autobuild.sh" ],
29- attributes = pkg_attributes (mode = "0755" ),
30- prefix = "tools" ,
31- )
32-
33- pkg_files (
34- name = "tracing-config" ,
35- srcs = ["tools/tracing-config.lua" ],
36- prefix = "tools" ,
37- )
38-
3926pkg_files (
4027 name = "manifest" ,
4128 srcs = ["codeql-extractor.yml" ],
@@ -46,8 +33,7 @@ pkg_filegroup(
4633 srcs = [
4734 ":dbscheme_files" ,
4835 ":manifest" ,
49- ":tracing-config" ,
50- ":scripts" ,
36+ "//swift/tools" ,
5137 ],
5238 visibility = ["//visibility:public" ],
5339)
@@ -79,7 +65,7 @@ pkg_filegroup(
7965 ] + select ({
8066 "@platforms//os:linux" : [],
8167 "@platforms//os:macos" : [
82- ":xcode-autobuilder"
68+ ":xcode-autobuilder" ,
8369 ],
8470 }),
8571 visibility = ["//visibility:public" ],
@@ -101,7 +87,7 @@ pkg_install(
10187
10288py_binary (
10389 name = "create-extractor-pack" ,
104- srcs = ["tools/ create_extractor_pack.py" ],
105- main = "tools/ create_extractor_pack.py" ,
90+ srcs = ["create_extractor_pack.py" ],
91+ main = "create_extractor_pack.py" ,
10692 deps = [":_create_extractor_pack" ],
10793)
0 commit comments