Skip to content

Commit

Permalink
Swlft: pick Swift 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Denisov committed Oct 31, 2023
1 parent a96ac14 commit 992869e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swift/third_party/load.bzl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

_swift_prebuilt_version = "swift-5.9-RELEASE.226"
_swift_prebuilt_version = "swift-5.9.1-RELEASE.250"
_swift_sha_map = {
"Linux-X64": "674b8da9d8c7cc585055b1821076510553a9df340ef931aa45cbe00eb0f7f86e",
"macOS-ARM64": "a4c2486d0532e43f0b7c55d1203e17672900541c72fd3fcb8d9ffdef3698dc6f",
"macOS-X64": "b84ba67f9024ff9ce43879eb6503efd2f9952ac85ab2c2fb8d2f01d0af432ac9",
"Linux-X64": "6c75f5205283441d24b79fa7be7558e1956b1d467c28929a38b65d6626931dd5",
"macOS-ARM64": "dea2f0679b337d461e28442cfc634bdc360202b2acf2b9b4feb71f4b8327e44e",
"macOS-X64": "707e7c7943ae35c165feac9fe8f9c608132ff0f4b9f4aa3ae54b57de68fae33a",
}

_swift_arch_map = {
Expand Down

0 comments on commit 992869e

Please sign in to comment.