We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168624d commit d5b219bCopy full SHA for d5b219b
.bazelversion
@@ -1 +1 @@
1
-5.0.0
+6.1.1
swift/extractor/BUILD.bazel
@@ -39,10 +39,5 @@ pkg_runfiles(
39
name = "pkg",
40
srcs = [":extractor"],
41
excludes = ["extractor.sh"], # script gets copied as "extractor", no need for the original .sh file
42
- renames = select({
43
- # workaround for https://github.com/bazelbuild/bazel/issues/11082 (wrongly marked as closed)
44
- "@platforms//os:macos": {":swiftFrontendObserver": "libswiftFrontendObserver.dylib"},
45
- "//conditions:default": {},
46
- }),
47
visibility = ["//swift:__pkg__"],
48
)
0 commit comments