Address review.

This commit is contained in:
Cornelius Riemenschneider
2024-06-13 21:55:56 +02:00
parent ede0b5bdf4
commit 02100e58d9
2 changed files with 13 additions and 14 deletions

View File

@@ -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": {