mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Address review.
This commit is contained in:
@@ -71,22 +71,13 @@ codeql_pkg_files(
|
||||
],
|
||||
)
|
||||
|
||||
pkg_filegroup(
|
||||
name = "swift-files",
|
||||
codeql_pack(
|
||||
name = "swift",
|
||||
srcs = [
|
||||
":root-files",
|
||||
":tools",
|
||||
"//swift/downgrades",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
# WARNING: This pack is re-defined internally, with an appropriate transition
|
||||
# to switch the internal toolchain to the correct x86-macos one.
|
||||
# Therefore, check there before making any changes to this pack definition.
|
||||
codeql_pack(
|
||||
name = "swift",
|
||||
srcs = [":swift-files"],
|
||||
zips = select({
|
||||
"@platforms//os:windows": {},
|
||||
"//conditions:default": {
|
||||
|
||||
Reference in New Issue
Block a user