Skip to content

Commit d5b219b

Browse files
committed
Swift: update bazel version to 6.1.1
1 parent 168624d commit d5b219b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
6.1.1

swift/extractor/BUILD.bazel

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,5 @@ pkg_runfiles(
3939
name = "pkg",
4040
srcs = [":extractor"],
4141
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-
}),
4742
visibility = ["//swift:__pkg__"],
4843
)

0 commit comments

Comments
 (0)