Skip to content

Commit 85bf10e

Browse files
authored
Merge pull request github#12227 from github/redsun82/swift-5.7.3
Swift: update to 5.7.3
2 parents f8f926a + c4c9fd7 commit 85bf10e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

swift/actions/run-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version-file: 'swift/.python-version'
16-
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
16+
- uses: swift-actions/setup-swift@da0e3e04b5e3e15dbc3861bd835ad9f0afe56296
1717
with:
1818
swift-version: "${{steps.get_swift_version.outputs.version}}"
1919
- uses: ./.github/actions/fetch-codeql

swift/third_party/load.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

3-
_swift_prebuilt_version = "swift-5.7.1-RELEASE.44582.104"
3+
_swift_prebuilt_version = "swift-5.7.3-RELEASE.124"
44
_swift_sha_map = {
5-
"Linux-X64": "8d94f2d75f2aa9ee8e5421318d2f07b27e095127c9be0156794a88d8e9a0f19a",
6-
"macOS-X64": "5f0550d2924e7071d006a0c9802acbd9a11f0017073e4a1eb27b7ddc4764f3f2",
5+
"Linux-X64": "9d89a101e09a4581b014b04f266f21192530b56124c91653658606ae2af4f75a",
6+
"macOS-ARM64": "95136fadf91d317526ad61d393e9ac31cb564534105777d04650b048d923c58d",
7+
"macOS-X64": "b91725a401b9d33f235f3ad3435a2fe9a36585a83d368a924d6e274e05499773",
78
}
89

910
_swift_arch_map = {

0 commit comments

Comments
 (0)