File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 1
1
load ("@rules_pkg//pkg:mappings.bzl" , "pkg_filegroup" )
2
- load ("//:defs.bzl" , "codeql_platform" )
3
2
load (
4
3
"//misc/bazel:pkg.bzl" ,
5
4
"codeql_pack" ,
@@ -90,29 +89,3 @@ alias(
90
89
name = "create-extractor-pack" ,
91
90
actual = ":swift-installer" ,
92
91
)
93
-
94
- # TODO: following rules are for internal repo backward compatibility only
95
- alias (
96
- name = "extractor-pack-generic" ,
97
- actual = "swift-generic" ,
98
- visibility = ["//visibility:public" ],
99
- )
100
-
101
- pkg_filegroup (
102
- name = "resource-dir" ,
103
- srcs = select ({
104
- "@platforms//os:linux" : ["@swift_toolchain_linux//:resource-dir-files" ],
105
- "@platforms//os:macos" : ["@swift_toolchain_macos//:resource-dir-files" ],
106
- "@platforms//os:windows" : [],
107
- }),
108
- prefix = "resource-dir/" + codeql_platform ,
109
- )
110
-
111
- pkg_filegroup (
112
- name = "extractor-pack-arch" ,
113
- srcs = [
114
- ":resource-dir" ,
115
- ":swift-arch" ,
116
- ],
117
- visibility = ["//visibility:public" ],
118
- )
You can’t perform that action at this time.
0 commit comments