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 fe9a153 commit f7bfe43Copy full SHA for f7bfe43
1 file changed
swift/BUILD.bazel
@@ -78,9 +78,12 @@ codeql_pack(
78
"//swift/downgrades",
79
],
80
visibility = ["//visibility:public"],
81
- zips = {
82
- "//swift/third_party/resource-dir": "resource-dir/{CODEQL_PLATFORM}",
83
- },
+ zips = select({
+ "@platforms//os:windows": {},
+ "//conditions:default": {
84
+ "//swift/third_party/resource-dir": "resource-dir/{CODEQL_PLATFORM}",
85
+ },
86
+ }),
87
)
88
89
alias(
0 commit comments