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 3ff7148 commit 592e7f0Copy full SHA for 592e7f0
swift/third_party/load.bzl
@@ -1,6 +1,9 @@
1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
3
4
+# TODO: remove `remove-result-of.patch` once we update to a Swift version containing
5
+# https://github.com/apple/swift/commit/2ed2cea2
6
+# (probably when updating to 5.9)
7
_swift_prebuilt_version = "swift-5.8.1-RELEASE.208"
8
_swift_sha_map = {
9
"Linux-X64": "1d93286d6219e5c5746938ab9287d90efea98039f022cb1433296ccbc1684bc0",
0 commit comments